Searched refs:tx_buf_ring (Results 1 – 9 of 9) sorted by relevance
| /dpdk/drivers/net/bnxt/ |
| H A D | bnxt_rxtx_vec_common.h | 115 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 D | bnxt_txr.c | 84 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 D | bnxt_txr.h | 23 struct rte_mbuf **tx_buf_ring; member
|
| H A D | bnxt_txq.c | 63 sw_ring = txq->tx_ring->tx_buf_ring; in bnxt_tx_queue_release_mbufs()
|
| H A D | bnxt_rxtx_vec_sse.c | 373 tx_buf = &txr->tx_buf_ring[tx_prod]; in bnxt_xmit_fixed_burst_vec()
|
| H A D | bnxt_rxtx_vec_neon.c | 397 tx_buf = &txr->tx_buf_ring[tx_prod]; in bnxt_xmit_fixed_burst_vec()
|
| H A D | bnxt_rxtx_vec_avx2.c | 447 tx_buf = &txr->tx_buf_ring[tx_prod]; in bnxt_xmit_fixed_burst_vec()
|
| H A D | bnxt_ring.c | 236 tx_ring_info->tx_buf_ring = in bnxt_alloc_rings()
|
| H A D | bnxt_hwrm.c | 6215 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()
|