Home
last modified time | relevance | path

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

/dpdk/drivers/net/dpaa2/
H A Ddpaa2_ethdev.h178 void *rx_err_vq; member
H A Ddpaa2_ethdev.c400 priv->rx_err_vq = rte_zmalloc("dpni_rx_err", in dpaa2_alloc_rx_tx_queues()
402 if (!priv->rx_err_vq) in dpaa2_alloc_rx_tx_queues()
405 dpaa2_q = (struct dpaa2_queue *)priv->rx_err_vq; in dpaa2_alloc_rx_tx_queues()
489 dpaa2_q = (struct dpaa2_queue *)priv->rx_err_vq; in dpaa2_alloc_rx_tx_queues()
1229 dpaa2_q = (struct dpaa2_queue *)priv->rx_err_vq; in dpaa2_dev_start()
H A Ddpaa2_rxtx.c709 dump_err_pkts(priv->rx_err_vq); in dpaa2_dev_prefetch_rx()
950 dump_err_pkts(priv->rx_err_vq); in dpaa2_dev_rx()