Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h1106 struct bnxt_cp_ring_info *rx_cpr; member
H A Dbnxt.c4337 bp->rx_ring[i].rx_cpr = cpr2; in bnxt_alloc_cp_rings()
5621 rxr->rx_cpr = &bp->bnapi[i]->cp_ring; in bnxt_alloc_mem()
6610 return rxr->rx_cpr->cp_ring_struct.fw_ring_id; in bnxt_cp_ring_for_rx()
7544 rc = bnxt_hwrm_cp_ring_alloc_p5(bp, rxr->rx_cpr); in bnxt_hwrm_ring_alloc()
16344 rc = bnxt_hwrm_cp_ring_alloc_p5(bp, rxr->rx_cpr); in bnxt_queue_start()
16423 bnxt_hwrm_cp_ring_free(bp, rxr->rx_cpr); in bnxt_queue_stop()
16424 bnxt_clear_one_cp_ring(bp, rxr->rx_cpr); in bnxt_queue_stop()
H A Dbnxt_ethtool.c5174 cpr = rxr->rx_cpr; in bnxt_run_loopback()