Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_txr.c80 ring->vmem = (void **)&txr->tx_buf_ring; in bnxt_init_tx_ring_struct()
171 tx_buf = &txr->tx_buf_ring[txr->tx_prod]; in bnxt_start_xmit()
322 tx_buf = &txr->tx_buf_ring[txr->tx_prod]; in bnxt_start_xmit()
356 tx_buf = &txr->tx_buf_ring[cons]; in bnxt_tx_cmp_fast()
365 tx_buf = &txr->tx_buf_ring[cons]; in bnxt_tx_cmp_fast()
385 struct bnxt_sw_tx_bd *tx_buf = &txr->tx_buf_ring[cons]; in bnxt_tx_cmp()
392 tx_buf = &txr->tx_buf_ring[cons]; in bnxt_tx_cmp()
H A Dbnxt_rxtx_vec_common.h114 tx_buf = &txr->tx_buf_ring[cons]; in bnxt_tx_cmp_vec_fast()
138 tx_buf = &txr->tx_buf_ring[cons]; in bnxt_tx_cmp_vec()
H A Dbnxt_txr.h20 struct bnxt_sw_tx_bd *tx_buf_ring; member
H A Dbnxt_txq.c33 sw_ring = txq->tx_ring->tx_buf_ring; in bnxt_tx_queue_release_mbufs()
H A Dbnxt_rxtx_vec_sse.c360 tx_buf = &txr->tx_buf_ring[tx_prod]; in bnxt_xmit_fixed_burst_vec()
H A Dbnxt_rxtx_vec_neon.c373 tx_buf = &txr->tx_buf_ring[prod]; in bnxt_xmit_fixed_burst_vec()
H A Dbnxt_ring.c232 tx_ring_info->tx_buf_ring = in bnxt_alloc_rings()
H A Dbnxt_hwrm.c2600 memset(txr->tx_buf_ring, 0, in bnxt_free_all_hwrm_rings()
2602 sizeof(*txr->tx_buf_ring)); in bnxt_free_all_hwrm_rings()
H A Dbnxt_ethdev.c2999 tx_buf = &txr->tx_buf_ring[cons]; in bnxt_tx_descriptor_status_op()