Home
last modified time | relevance | path

Searched refs:refill_mb_pool (Results 1 – 7 of 7) sorted by relevance

/dpdk/drivers/net/sfc/
H A Dsfc_rx.h90 struct rte_mempool *refill_mb_pool; member
117 struct rte_mempool *refill_mb_pool; member
H A Dsfc_ef100_rx.c91 struct rte_mempool *refill_mb_pool; member
159 if (unlikely(rte_mempool_get_bulk(rxq->refill_mb_pool, objs, in sfc_ef100_rx_qrefill()
192 rte_mempool_put(rxq->refill_mb_pool, m); in sfc_ef100_rx_qrefill()
798 rxq->refill_mb_pool = info->refill_mb_pool; in sfc_ef100_rx_qcreate()
H A Dsfc_ef10_essb_rx.c107 struct rte_mempool *refill_mb_pool; member
182 if (unlikely(rte_mempool_get_contig_blocks(rxq->refill_mb_pool, in sfc_ef10_essb_rx_qrefill()
571 struct rte_mempool * const mp = info->refill_mb_pool; in sfc_ef10_essb_rx_qcreate()
619 rxq->refill_mb_pool = mp; in sfc_ef10_essb_rx_qcreate()
H A Dsfc_ef10_rx.c81 struct rte_mempool *refill_mb_pool; member
127 if (unlikely(rte_mempool_get_bulk(rxq->refill_mb_pool, objs, in sfc_ef10_rx_qrefill()
685 rxq->refill_mb_pool = info->refill_mb_pool; in sfc_ef10_rx_qcreate()
H A Dsfc_dp_rx.h49 struct rte_mempool *refill_mb_pool; member
H A Dsfc_rx.c104 if (unlikely(rte_mempool_get_bulk(rxq->refill_mb_pool, objs, in sfc_efx_rx_qrefill()
516 rxq->refill_mb_pool = info->refill_mb_pool; in sfc_efx_rx_qcreate()
823 struct rte_mempool *mp = rxq_info->refill_mb_pool; in sfc_rx_qstart()
1216 rxq_info->refill_mb_pool = mb_pool; in sfc_rx_qinit()
1233 info.refill_mb_pool = rxq_info->refill_mb_pool; in sfc_rx_qinit()
H A Dsfc_ethdev.c1307 qinfo->mp = rxq_info->refill_mb_pool; in sfc_rx_queue_info_get()