Home
last modified time | relevance | path

Searched refs:mrw_count (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/infiniband/hw/bnxt_re/
H A Dmain.c235 ctx->mrw_count = BNXT_RE_MAX_MRW_COUNT_256K; in bnxt_re_limit_pf_res()
237 ctx->mrw_count = min_t(u32, ctx->mrw_count, attr->max_mr); in bnxt_re_limit_pf_res()
273 if (qplib_ctx->mrw_count < BNXT_RE_MAX_MRW_COUNT_64K) { in bnxt_re_limit_vf_res()
274 mrws = qplib_ctx->mrw_count * vf_pct; in bnxt_re_limit_vf_res()
277 mrws = qplib_ctx->mrw_count - BNXT_RE_RESVD_MR_FOR_PF; in bnxt_re_limit_vf_res()
H A Dqplib_res.h290 u32 mrw_count; member
H A Dqplib_sp.c214 req.number_of_mrw = cpu_to_le32(ctx->mrw_count); in bnxt_qplib_set_func_resources()