Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/e1000/
H A De1000_ethdev.h429 uint16_t eth_igb_recv_pkts(void *rxq, struct rte_mbuf **rx_pkts,
H A Digb_rxtx.c804 eth_igb_recv_pkts(void *rx_queue, struct rte_mbuf **rx_pkts, in eth_igb_recv_pkts() function
2360 dev->rx_pkt_burst = eth_igb_recv_pkts; in eth_igb_rx_init()
2659 dev->rx_pkt_burst = eth_igb_recv_pkts; in eth_igbvf_rx_init()
H A Digb_ethdev.c734 eth_dev->rx_pkt_burst = &eth_igb_recv_pkts; in eth_igb_dev_init()
928 eth_dev->rx_pkt_burst = &eth_igb_recv_pkts; in eth_igbvf_dev_init()
2295 if (dev->rx_pkt_burst == eth_igb_recv_pkts || in eth_igb_supported_ptypes_get()