Home
last modified time | relevance | path

Searched refs:qpc_count (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/bnxt_re/
H A Dqplib_res.c410 hwq_attr.depth = ctx->qpc_count * tqmctx->qcount[i]; in bnxt_qplib_alloc_tqm_rings()
514 hwq_attr.depth = ctx->qpc_count; in bnxt_qplib_alloc_ctx()
547 ctx->tim_tbl.max_elements = ctx->qpc_count * 16; in bnxt_qplib_alloc_ctx()
548 hwq_attr.depth = ctx->qpc_count * 16; in bnxt_qplib_alloc_ctx()
H A Dqplib_res.h244 u32 qpc_count; member
H A Dqplib_sp.c182 req.number_of_qp = cpu_to_le32(ctx->qpc_count); in bnxt_qplib_set_func_resources()
H A Dmain.c159 ctx->qpc_count = min_t(u32, BNXT_RE_MAX_QPC_COUNT, in bnxt_re_limit_pf_res()
188 vf_res->max_qp_per_vf = (qplib_ctx->qpc_count * vf_pct) / num_vf; in bnxt_re_limit_vf_res()
H A Dib_verbs.c3898 resp.max_qp = rdev->qplib_ctx.qpc_count; in bnxt_re_alloc_ucontext()
/kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/
H A Dqplib_res.c411 hwq_attr.depth = ctx->qpc_count * tqmctx->qcount[i]; in bnxt_qplib_alloc_tqm_rings()
515 hwq_attr.depth = ctx->qpc_count; in bnxt_qplib_alloc_ctx()
548 ctx->tim_tbl.max_elements = ctx->qpc_count * 16; in bnxt_qplib_alloc_ctx()
549 hwq_attr.depth = ctx->qpc_count * 16; in bnxt_qplib_alloc_ctx()
H A Dqplib_res.h259 u32 qpc_count; member
H A Dmain.c210 ctx->qpc_count = min_t(u32, BNXT_RE_MAX_QPC_COUNT, in bnxt_re_limit_pf_res()
239 vf_res->max_qp_per_vf = (qplib_ctx->qpc_count * vf_pct) / num_vf; in bnxt_re_limit_vf_res()
H A Dqplib_sp.c193 req.number_of_qp = cpu_to_le32(ctx->qpc_count); in bnxt_qplib_set_func_resources()
H A Dib_verbs.c4139 resp.max_qp = rdev->qplib_ctx.qpc_count; in bnxt_re_alloc_ucontext()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c2481 int qpc_count, cqc_count; in hns_roce_v2_init() local
2498 for (qpc_count = 0; qpc_count < hr_dev->caps.qpc_timer_bt_num; in hns_roce_v2_init()
2499 qpc_count++) { in hns_roce_v2_init()
2501 qpc_count); in hns_roce_v2_init()
2526 for (i = 0; i < qpc_count; i++) in hns_roce_v2_init()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c2823 unsigned int qpc_count; in get_hem_table() local
2841 for (qpc_count = 0; qpc_count < hr_dev->caps.qpc_timer_bt_num; in get_hem_table()
2842 qpc_count++) { in get_hem_table()
2844 qpc_count); in get_hem_table()
2869 for (i = 0; i < qpc_count; i++) in get_hem_table()

Completed in 37 milliseconds