Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/enic/
H A Denic.h442 uint16_t enic_recv_pkts(void *rx_queue, struct rte_mbuf **rx_pkts,
H A Denic_ethdev.c934 else if (pkt_burst == enic_recv_pkts) in enicpmd_dev_rx_burst_mode_get()
1240 eth_dev->rx_pkt_burst = &enic_recv_pkts; in eth_enic_dev_init()
H A Denic_rxtx.c46 enic_recv_pkts(void *rx_queue, struct rte_mbuf **rx_pkts, in enic_recv_pkts() function
H A Denic_vf_representor.c31 return enic_recv_pkts(rx_queue, rx_pkts, nb_pkts); in enic_vf_recv_pkts()
H A Denic_main.c550 eth_dev->rx_pkt_burst = &enic_recv_pkts; in enic_pick_rx_handler()