Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c7722 enables |= hwr->cp_p5 ? in __bnxt_hwrm_reserve_pf_rings()
7736 req->num_cmpl_rings = cpu_to_le16(hwr->cp_p5); in __bnxt_hwrm_reserve_pf_rings()
7764 enables |= hwr->cp_p5 ? in __bnxt_hwrm_reserve_vf_rings()
7779 req->num_cmpl_rings = cpu_to_le16(hwr->cp_p5); in __bnxt_hwrm_reserve_vf_rings()
7959 hwr->cp_p5 = hw_resc->resv_cp_rings; in bnxt_copy_reserved_rings()
7970 hwr->stat && (hwr->cp_p5 || !(bp->flags & BNXT_FLAG_CHIP_P5_PLUS)); in bnxt_rings_ok()
8004 hwr.cp_p5 = hwr.rx + hwr.tx; in __bnxt_reserve_rings()
14679 hwr.cp_p5 = hwr.tx + rx; in bnxt_check_rings()
H A Dbnxt.h1330 int cp_p5; member