Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/
H A Dbnxt_txr.c81 ring->bd = (void *)txr->tx_desc_ring; in bnxt_init_tx_ring_struct()
188 txbd = &txr->tx_desc_ring[prod]; in bnxt_start_xmit()
229 txbd1 = (struct tx_bd_long_hi *)&txr->tx_desc_ring[prod]; in bnxt_start_xmit()
340 txbd = &txr->tx_desc_ring[prod]; in bnxt_start_xmit()
H A Dbnxt_txr.h22 struct tx_bd_long *tx_desc_ring; member
H A Dbnxt_rxtx_vec_sse.c372 txbd = &txr->tx_desc_ring[tx_prod]; in bnxt_xmit_fixed_burst_vec()
H A Dbnxt_rxtx_vec_neon.c400 txbd = &txr->tx_desc_ring[tx_prod]; in bnxt_xmit_fixed_burst_vec()
H A Dbnxt_rxtx_vec_avx2.c446 txbd = &txr->tx_desc_ring[tx_prod]; in bnxt_xmit_fixed_burst_vec()
H A Dbnxt_ring.c226 tx_ring_info->tx_desc_ring = (struct tx_bd_long *)tx_ring->bd; in bnxt_alloc_rings()
H A Dbnxt_hwrm.c6213 memset(txr->tx_desc_ring, 0, in bnxt_free_hwrm_tx_ring()
6214 txr->tx_ring_struct->ring_size * sizeof(*txr->tx_desc_ring)); in bnxt_free_hwrm_tx_ring()
/dpdk/drivers/raw/ntb/
H A Dntb.h167 volatile struct ntb_desc *tx_desc_ring; member
H A Dntb.c556 txq->tx_desc_ring = (volatile struct ntb_desc *) in ntb_queue_init()
647 tx_item = txq->tx_desc_ring + txq->last_used; in ntb_enqueue_bufs()