Searched refs:cp_p5 (Results 1 – 2 of 2) sorted by relevance
7855 enables |= hwr->cp_p5 ? in __bnxt_hwrm_reserve_pf_rings()7869 req->num_cmpl_rings = cpu_to_le16(hwr->cp_p5); in __bnxt_hwrm_reserve_pf_rings()7897 enables |= hwr->cp_p5 ? in __bnxt_hwrm_reserve_vf_rings()7912 req->num_cmpl_rings = cpu_to_le16(hwr->cp_p5); in __bnxt_hwrm_reserve_vf_rings()8047 hwr->cp_p5 = 0; in bnxt_get_total_resources()8049 hwr->cp_p5 = bnxt_cp_rings_in_use(bp); in bnxt_get_total_resources()8089 if (hw_resc->resv_cp_rings != hwr.cp_p5) in bnxt_need_reserve_rings()8109 hwr->cp_p5 = hw_resc->resv_cp_rings; in bnxt_copy_reserved_rings()8120 hwr->stat && (hwr->cp_p5 || !(bp->flags & BNXT_FLAG_CHIP_P5_PLUS)); in bnxt_rings_ok()8157 hwr.cp_p5 = hwr.rx + hwr.tx; in __bnxt_reserve_rings()[all …]
1351 int cp_p5; member