Home
last modified time | relevance | path

Searched refs:rxparse (Results 1 – 1 of 1) sorted by relevance

/u-boot/drivers/net/octeontx2/
A Dnix.c597 union nix_rx_parse_s *rxparse; in nix_lf_flush_rx() local
612 rxparse = &rx_dr->rx_parse; in nix_lf_flush_rx()
614 debug("%s: rx parse: %p\n", __func__, rxparse); in nix_lf_flush_rx()
616 __func__, rxparse->s.desc_sizem1, rxparse->s.pkt_lenm1); in nix_lf_flush_rx()
659 union nix_rx_parse_s *rxparse; in nix_lf_recv() local
679 rxparse = &rx_dr->rx_parse; in nix_lf_recv()
683 debug("%s: rx parse: %p\n", __func__, rxparse); in nix_lf_recv()
685 __func__, rxparse->s.desc_sizem1, rxparse->s.pkt_lenm1); in nix_lf_recv()
687 __func__, rxparse->s.pkind, rxparse->s.chan); in nix_lf_recv()
695 pkt_len = rxparse->s.pkt_lenm1 + 1; in nix_lf_recv()

Completed in 2 milliseconds