Home
last modified time | relevance | path

Searched refs:tx_buf_ring (Results 1 – 9 of 9) sorted by relevance

/dpdk/drivers/net/bnxt/
H A Dbnxt_rxtx_vec_common.h115 pool = txr->tx_buf_ring[cons]->pool; in bnxt_tx_cmp_vec_fast()
117 rte_mempool_put_bulk(pool, (void **)&txr->tx_buf_ring[cons], num); in bnxt_tx_cmp_vec_fast()
118 memset(&txr->tx_buf_ring[cons], 0, num * sizeof(struct rte_mbuf *)); in bnxt_tx_cmp_vec_fast()
123 rte_mempool_put_bulk(pool, (void **)&txr->tx_buf_ring[cons], in bnxt_tx_cmp_vec_fast()
125 memset(&txr->tx_buf_ring[cons], 0, in bnxt_tx_cmp_vec_fast()
149 pool = txr->tx_buf_ring[cons]->pool; in bnxt_tx_cmp_vec()
153 mbuf = txr->tx_buf_ring[cons + blk]; in bnxt_tx_cmp_vec()
162 (void **)&txr->tx_buf_ring[cons], in bnxt_tx_cmp_vec()
164 memset(&txr->tx_buf_ring[cons], 0, in bnxt_tx_cmp_vec()
H A Dbnxt_txr.c84 ring->vmem = (void **)&txr->tx_buf_ring; in bnxt_init_tx_ring_struct()
185 tx_buf = &txr->tx_buf_ring[prod]; in bnxt_start_xmit()
337 tx_buf = &txr->tx_buf_ring[prod]; in bnxt_start_xmit()
372 tx_buf = &txr->tx_buf_ring[RING_IDX(ring, raw_cons)]; in bnxt_tx_cmp_fast()
382 tx_buf = &txr->tx_buf_ring[RING_IDX(ring, raw_cons)]; in bnxt_tx_cmp_fast()
406 tx_buf = &txr->tx_buf_ring[RING_IDX(ring, raw_cons)]; in bnxt_tx_cmp()
413 tx_buf = &txr->tx_buf_ring[RING_IDX(ring, raw_cons)]; in bnxt_tx_cmp()
H A Dbnxt_txr.h23 struct rte_mbuf **tx_buf_ring; member
H A Dbnxt_txq.c63 sw_ring = txq->tx_ring->tx_buf_ring; in bnxt_tx_queue_release_mbufs()
H A Dbnxt_rxtx_vec_sse.c373 tx_buf = &txr->tx_buf_ring[tx_prod]; in bnxt_xmit_fixed_burst_vec()
H A Dbnxt_rxtx_vec_neon.c397 tx_buf = &txr->tx_buf_ring[tx_prod]; in bnxt_xmit_fixed_burst_vec()
H A Dbnxt_rxtx_vec_avx2.c447 tx_buf = &txr->tx_buf_ring[tx_prod]; in bnxt_xmit_fixed_burst_vec()
H A Dbnxt_ring.c236 tx_ring_info->tx_buf_ring = in bnxt_alloc_rings()
H A Dbnxt_hwrm.c6215 memset(txr->tx_buf_ring, 0, in bnxt_free_hwrm_tx_ring()
6216 txr->tx_ring_struct->ring_size * sizeof(*txr->tx_buf_ring)); in bnxt_free_hwrm_tx_ring()