Home
last modified time | relevance | path

Searched refs:tx_cpr (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h978 struct bnxt_cp_ring_info *tx_cpr; member
H A Dbnxt.c4234 bp->tx_ring[n].tx_cpr = cpr2; in bnxt_alloc_cp_rings()
5555 txr->tx_cpr = &bnapi2->cp_ring; in bnxt_alloc_mem()
6501 return txr->tx_cpr->cp_ring_struct.fw_ring_id; in bnxt_cp_ring_for_tx()
7401 rc = bnxt_hwrm_cp_ring_alloc_p5(bp, txr->tx_cpr); in bnxt_hwrm_ring_alloc()
11521 bnxt_hwrm_cp_ring_free(bp, txr->tx_cpr); in bnxt_tx_queue_stop()
11523 bnxt_clear_one_cp_ring(bp, txr->tx_cpr); in bnxt_tx_queue_stop()
11542 rc = bnxt_hwrm_cp_ring_alloc_p5(bp, txr->tx_cpr); in bnxt_tx_queue_start()