Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/infiniband/hw/bnxt_re/
A Dmain.c163 ctx->mrw_count = BNXT_RE_MAX_MRW_COUNT_256K; in bnxt_re_limit_pf_res()
165 ctx->mrw_count = min_t(u32, ctx->mrw_count, attr->max_mr); in bnxt_re_limit_pf_res()
201 if (qplib_ctx->mrw_count < BNXT_RE_MAX_MRW_COUNT_64K) { in bnxt_re_limit_vf_res()
202 mrws = qplib_ctx->mrw_count * vf_pct; in bnxt_re_limit_vf_res()
205 mrws = qplib_ctx->mrw_count - BNXT_RE_RESVD_MR_FOR_PF; in bnxt_re_limit_vf_res()
A Dqplib_res.h234 u32 mrw_count; member
A Dqplib_res.c531 hwq_attr.depth = ctx->mrw_count; in bnxt_qplib_alloc_ctx()
A Dqplib_sp.c185 req.number_of_mrw = cpu_to_le32(ctx->mrw_count); in bnxt_qplib_set_func_resources()

Completed in 10 milliseconds