Searched refs:vf_pct (Results 1 – 1 of 1) sorted by relevance
126 u32 vf_pct; in bnxt_re_set_resource_limits() local151 vf_pct = 100 - BNXT_RE_PCT_RSVD_FOR_PF; in bnxt_re_set_resource_limits()153 vf_qps = (rdev->qplib_ctx.qpc_count * vf_pct) / num_vfs; in bnxt_re_set_resource_limits()154 vf_srqs = (rdev->qplib_ctx.srqc_count * vf_pct) / num_vfs; in bnxt_re_set_resource_limits()155 vf_cqs = (rdev->qplib_ctx.cq_count * vf_pct) / num_vfs; in bnxt_re_set_resource_limits()166 vf_mrws = rdev->qplib_ctx.mrw_count * vf_pct / num_vfs; in bnxt_re_set_resource_limits()