Searched refs:tx_desc_ring (Results 1 – 8 of 8) sorted by relevance
77 ring->bd = (void *)txr->tx_desc_ring; in bnxt_init_tx_ring_struct()175 txbd = &txr->tx_desc_ring[txr->tx_prod]; in bnxt_start_xmit()216 &txr->tx_desc_ring[txr->tx_prod]; in bnxt_start_xmit()325 txbd = &txr->tx_desc_ring[txr->tx_prod]; in bnxt_start_xmit()
19 struct tx_bd_long *tx_desc_ring; member
359 txbd = &txr->tx_desc_ring[tx_prod]; in bnxt_xmit_fixed_burst_vec()
377 txbd = &txr->tx_desc_ring[prod]; in bnxt_xmit_fixed_burst_vec()
222 tx_ring_info->tx_desc_ring = (struct tx_bd_long *)tx_ring->bd; in bnxt_alloc_rings()
2597 memset(txr->tx_desc_ring, 0, in bnxt_free_all_hwrm_rings()2599 sizeof(*txr->tx_desc_ring)); in bnxt_free_all_hwrm_rings()
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()