Searched refs:tx_desc_ring (Results 1 – 9 of 9) sorted by relevance
81 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()
22 struct tx_bd_long *tx_desc_ring; member
372 txbd = &txr->tx_desc_ring[tx_prod]; in bnxt_xmit_fixed_burst_vec()
400 txbd = &txr->tx_desc_ring[tx_prod]; in bnxt_xmit_fixed_burst_vec()
446 txbd = &txr->tx_desc_ring[tx_prod]; in bnxt_xmit_fixed_burst_vec()
226 tx_ring_info->tx_desc_ring = (struct tx_bd_long *)tx_ring->bd; in bnxt_alloc_rings()
6213 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()
167 volatile struct ntb_desc *tx_desc_ring; member
556 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()