Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/e1000/
H A Dem_rxtx.c653 rx_desc_status_to_pkt_flags(uint32_t rx_status) in rx_desc_status_to_pkt_flags() function
810 rxm->ol_flags = rx_desc_status_to_pkt_flags(status); in eth_em_recv_pkts()
1036 first_seg->ol_flags = rx_desc_status_to_pkt_flags(status); in eth_em_recv_scattered_pkts()
H A Digb_rxtx.c770 rx_desc_status_to_pkt_flags(uint32_t rx_status) in rx_desc_status_to_pkt_flags() function
949 pkt_flags = pkt_flags | rx_desc_status_to_pkt_flags(staterr); in eth_igb_recv_pkts()
1192 pkt_flags = pkt_flags | rx_desc_status_to_pkt_flags(staterr); in eth_igb_recv_scattered_pkts()
/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_rxtx.c1060 rx_desc_status_to_pkt_flags(uint32_t rx_status, uint64_t vlan_flags) in rx_desc_status_to_pkt_flags() function
1170 pkt_flags = rx_desc_status_to_pkt_flags(s[j], in txgbe_rx_scan_hw_ring()
1498 pkt_flags = rx_desc_status_to_pkt_flags(staterr, in txgbe_recv_pkts()
1575 pkt_flags = rx_desc_status_to_pkt_flags(staterr, rxq->vlan_flags); in txgbe_fill_cluster_head_buf()
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_rxtx.c1425 rx_desc_status_to_pkt_flags(uint32_t rx_status, uint64_t vlan_flags) in rx_desc_status_to_pkt_flags() function
1545 pkt_flags = rx_desc_status_to_pkt_flags(s[j], in ixgbe_rx_scan_hw_ring()
1879 pkt_flags = rx_desc_status_to_pkt_flags(staterr, vlan_flags); in ixgbe_recv_pkts()
1972 pkt_flags = rx_desc_status_to_pkt_flags(staterr, rxq->vlan_flags); in ixgbe_fill_cluster_head_buf()