Searched refs:cq_ctx (Results 1 – 7 of 7) sorted by relevance
417 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()
408 struct bnxt_qplib_hctx cq_ctx; member
978 hwq = &hctx->cq_ctx.hwq; in bnxt_qplib_init_rcfw()
225 req.number_of_cq = cpu_to_le32(hctx->cq_ctx.max); in bnxt_qplib_set_func_resources()
256 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()
1826 ctx = &fwcmd->params.req.cq_ctx; in oce_mbox_cq_create()
1424 oce_cq_ctx_t cq_ctx; member