Home
last modified time | relevance | path

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

/dpdk/drivers/net/ngbe/
H A Dngbe_ethdev.h244 uint16_t ngbe_recv_pkts_bulk_alloc(void *rx_queue, struct rte_mbuf **rx_pkts,
H A Dngbe_rxtx.c1205 ngbe_recv_pkts_bulk_alloc(void *rx_queue, struct rte_mbuf **rx_pkts, in ngbe_recv_pkts_bulk_alloc() function
2803 dev->rx_pkt_burst = ngbe_recv_pkts_bulk_alloc; in ngbe_set_rx_function()
2820 { ngbe_recv_pkts_bulk_alloc, "Scalar Bulk Alloc"},
H A Dngbe_ethdev.c1816 dev->rx_pkt_burst == ngbe_recv_pkts_bulk_alloc) in ngbe_dev_supported_ptypes_get()