Home
last modified time | relevance | path

Searched refs:rx_cpr (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h1091 struct bnxt_cp_ring_info *rx_cpr; member
H A Dbnxt.c4154 bp->rx_ring[i].rx_cpr = cpr2; in bnxt_alloc_cp_rings()
5423 rxr->rx_cpr = &bp->bnapi[i]->cp_ring; in bnxt_alloc_mem()
6406 return rxr->rx_cpr->cp_ring_struct.fw_ring_id; in bnxt_cp_ring_for_rx()
7331 rc = bnxt_hwrm_cp_ring_alloc_p5(bp, rxr->rx_cpr); in bnxt_hwrm_ring_alloc()
15914 rc = bnxt_hwrm_cp_ring_alloc_p5(bp, rxr->rx_cpr); in bnxt_queue_start()
15998 bnxt_hwrm_cp_ring_free(bp, rxr->rx_cpr); in bnxt_queue_stop()
15999 bnxt_clear_one_cp_ring(bp, rxr->rx_cpr); in bnxt_queue_stop()
H A Dbnxt_ethtool.c4948 cpr = rxr->rx_cpr; in bnxt_run_loopback()