Home
last modified time | relevance | path

Searched refs:mrw_ctx (Results 1 – 5 of 5) sorted by relevance

/src/sys/dev/bnxt/bnxt_re/
H A Dqplib_res.c415 bnxt_qplib_free_hwq(res, &hctx->mrw_ctx.hwq); in bnxt_qplib_free_hwctx()
566 hwq_attr.depth = hctx->mrw_ctx.max; in bnxt_qplib_alloc_hwctx()
568 hwq = &hctx->mrw_ctx.hwq; in bnxt_qplib_alloc_hwctx()
H A Dqplib_res.h406 struct bnxt_qplib_hctx mrw_ctx; member
H A Dqplib_rcfw.c964 hwq = &hctx->mrw_ctx.hwq; in bnxt_qplib_init_rcfw()
H A Dmain.c250 hctx->mrw_ctx.max = min_t(u32, dev_res.max_mr, attr->max_mr); in bnxt_re_limit_pf_res()
254 hctx->mrw_ctx.max *= 2; in bnxt_re_limit_pf_res()
261 hctx->mrw_ctx.max = attr->max_mr ? attr->max_mr : dev_res.max_mr; in bnxt_re_limit_pf_res()
H A Dqplib_sp.c225 req.number_of_mrw = cpu_to_le32(hctx->mrw_ctx.max); in bnxt_qplib_set_func_resources()