Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c7642 enables |= hwr->cp_p5 ? in __bnxt_hwrm_reserve_pf_rings()
7656 req->num_cmpl_rings = cpu_to_le16(hwr->cp_p5); in __bnxt_hwrm_reserve_pf_rings()
7684 enables |= hwr->cp_p5 ? in __bnxt_hwrm_reserve_vf_rings()
7699 req->num_cmpl_rings = cpu_to_le16(hwr->cp_p5); in __bnxt_hwrm_reserve_vf_rings()
7879 hwr->cp_p5 = hw_resc->resv_cp_rings; in bnxt_copy_reserved_rings()
7890 hwr->stat && (hwr->cp_p5 || !(bp->flags & BNXT_FLAG_CHIP_P5_PLUS)); in bnxt_rings_ok()
7924 hwr.cp_p5 = hwr.rx + hwr.tx; in __bnxt_reserve_rings()
14501 hwr.cp_p5 = hwr.tx + rx; in bnxt_check_rings()
H A Dbnxt.h1328 int cp_p5; member