Searched refs:vf_pct (Results 1 – 1 of 1) sorted by relevance
103 u32 vf_pct; in bnxt_re_set_resource_limits() local128 vf_pct = 100 - BNXT_RE_PCT_RSVD_FOR_PF; in bnxt_re_set_resource_limits()130 vf_qps = (rdev->qplib_ctx.qpc_count * vf_pct) / num_vfs; in bnxt_re_set_resource_limits()131 vf_srqs = (rdev->qplib_ctx.srqc_count * vf_pct) / num_vfs; in bnxt_re_set_resource_limits()132 vf_cqs = (rdev->qplib_ctx.cq_count * vf_pct) / num_vfs; in bnxt_re_set_resource_limits()143 vf_mrws = rdev->qplib_ctx.mrw_count * vf_pct / num_vfs; in bnxt_re_set_resource_limits()