Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/bnxt_re/
Dqplib_res.h163 u32 qpc_count; member
Dqplib_res.c342 ctx->qpc_tbl.max_elements = ctx->qpc_count; in bnxt_qplib_alloc_ctx()
388 ctx->tqm_tbl[i].max_elements = ctx->qpc_count * in bnxt_qplib_alloc_ctx()
427 ctx->tim_tbl.max_elements = ctx->qpc_count * 16; in bnxt_qplib_alloc_ctx()
Dmain.c107 rdev->qplib_ctx.qpc_count = min_t(u32, BNXT_RE_MAX_QPC_COUNT, in bnxt_re_set_resource_limits()
130 vf_qps = (rdev->qplib_ctx.qpc_count * vf_pct) / num_vfs; in bnxt_re_set_resource_limits()
Dqplib_sp.c174 req.number_of_qp = cpu_to_le32(ctx->qpc_count); in bnxt_qplib_set_func_resources()
Dib_verbs.c3692 resp.max_qp = rdev->qplib_ctx.qpc_count; in bnxt_re_alloc_ucontext()