Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/dpaa2/
H A Ddpaa2_ethdev.h205 uint16_t dpaa2_dev_prefetch_rx(void *queue, struct rte_mbuf **bufs,
H A Ddpaa2_ethdev.c1027 if (dev->rx_pkt_burst == dpaa2_dev_prefetch_rx || in dpaa2_supported_ptypes_get()
2530 eth_dev->rx_pkt_burst = dpaa2_dev_prefetch_rx; in dpaa2_dev_init()
2672 eth_dev->rx_pkt_burst = dpaa2_dev_prefetch_rx; in dpaa2_dev_init()
H A Ddpaa2_rxtx.c520 dpaa2_dev_prefetch_rx(void *queue, struct rte_mbuf **bufs, uint16_t nb_pkts) in dpaa2_dev_prefetch_rx() function