Searched refs:enic_recv_pkts (Results 1 – 5 of 5) sorted by relevance
442 uint16_t enic_recv_pkts(void *rx_queue, struct rte_mbuf **rx_pkts,
934 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()
46 enic_recv_pkts(void *rx_queue, struct rte_mbuf **rx_pkts, in enic_recv_pkts() function
31 return enic_recv_pkts(rx_queue, rx_pkts, nb_pkts); in enic_vf_recv_pkts()
550 eth_dev->rx_pkt_burst = &enic_recv_pkts; in enic_pick_rx_handler()