Home
last modified time | relevance | path

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

/src/sys/dev/bnxt/bnxt_re/
H A Dqplib_res.c416 bnxt_qplib_free_hwq(res, &hctx->srq_ctx.hwq); in bnxt_qplib_free_hwctx()
574 hwq_attr.depth = hctx->srq_ctx.max; in bnxt_qplib_alloc_hwctx()
576 hwq = &hctx->srq_ctx.hwq; in bnxt_qplib_alloc_hwctx()
H A Dqplib_res.h407 struct bnxt_qplib_hctx srq_ctx; member
H A Dqplib_rcfw.c971 hwq = &hctx->srq_ctx.hwq; in bnxt_qplib_init_rcfw()
H A Dqplib_sp.c226 req.number_of_srq = cpu_to_le32(hctx->srq_ctx.max); in bnxt_qplib_set_func_resources()
H A Dmain.c255 hctx->srq_ctx.max = min_t(u32, dev_res.max_srq, attr->max_srq); in bnxt_re_limit_pf_res()
262 hctx->srq_ctx.max = attr->max_srq ? attr->max_srq : dev_res.max_srq; in bnxt_re_limit_pf_res()