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.c7762 enables |= hwr->cp_p5 ? in __bnxt_hwrm_reserve_pf_rings()
7776 req->num_cmpl_rings = cpu_to_le16(hwr->cp_p5); in __bnxt_hwrm_reserve_pf_rings()
7804 enables |= hwr->cp_p5 ? in __bnxt_hwrm_reserve_vf_rings()
7819 req->num_cmpl_rings = cpu_to_le16(hwr->cp_p5); in __bnxt_hwrm_reserve_vf_rings()
7954 hwr->cp_p5 = 0; in bnxt_get_total_resources()
7956 hwr->cp_p5 = bnxt_cp_rings_in_use(bp); in bnxt_get_total_resources()
7996 if (hw_resc->resv_cp_rings != hwr.cp_p5) in bnxt_need_reserve_rings()
8016 hwr->cp_p5 = hw_resc->resv_cp_rings; in bnxt_copy_reserved_rings()
8027 hwr->stat && (hwr->cp_p5 || !(bp->flags & BNXT_FLAG_CHIP_P5_PLUS)); in bnxt_rings_ok()
8061 hwr.cp_p5 = hwr.rx + hwr.tx; in __bnxt_reserve_rings()
[all …]
H A Dbnxt.h1336 int cp_p5; member