Home
last modified time | relevance | path

Searched refs:cq_ctx (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_res.c417 bnxt_qplib_free_hwq(res, &hctx->cq_ctx.hwq); in bnxt_qplib_free_hwctx()
582 hwq_attr.depth = hctx->cq_ctx.max; in bnxt_qplib_alloc_hwctx()
584 hwq = &hctx->cq_ctx.hwq; in bnxt_qplib_alloc_hwctx()
H A Dqplib_res.h408 struct bnxt_qplib_hctx cq_ctx; member
H A Dqplib_rcfw.c978 hwq = &hctx->cq_ctx.hwq; in bnxt_qplib_init_rcfw()
H A Dqplib_sp.c225 req.number_of_cq = cpu_to_le32(hctx->cq_ctx.max); in bnxt_qplib_set_func_resources()
H A Dmain.c256 hctx->cq_ctx.max = min_t(u32, dev_res.max_cq, attr->max_cq); in bnxt_re_limit_pf_res()
263 hctx->cq_ctx.max = attr->max_cq ? attr->max_cq : dev_res.max_cq; in bnxt_re_limit_pf_res()
/freebsd/sys/dev/oce/
H A Doce_mbox.c1826 ctx = &fwcmd->params.req.cq_ctx; in oce_mbox_cq_create()
H A Doce_hw.h1424 oce_cq_ctx_t cq_ctx; member