Home
last modified time | relevance | path

Searched refs:qplib_ctx (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/infiniband/hw/bnxt_re/
H A Dmain.c231 ctx = &rdev->qplib_ctx; in bnxt_re_limit_pf_res()
243 rdev->qplib_ctx.tqm_ctx.qcount[i] = in bnxt_re_limit_pf_res()
254 vf_res = &qplib_ctx->vf_res; in bnxt_re_limit_vf_res()
273 if (qplib_ctx->mrw_count < BNXT_RE_MAX_MRW_COUNT_64K) { in bnxt_re_limit_vf_res()
274 mrws = qplib_ctx->mrw_count * vf_pct; in bnxt_re_limit_vf_res()
277 mrws = qplib_ctx->mrw_count - BNXT_RE_RESVD_MR_FOR_PF; in bnxt_re_limit_vf_res()
293 bnxt_re_limit_vf_res(&rdev->qplib_ctx, num_vfs); in bnxt_re_set_resource_limits()
308 &rdev->qplib_ctx); in bnxt_re_vf_res_config()
2134 &rdev->qplib_ctx); in bnxt_re_dev_init()
2189 rdev->qplib_ctx.stats.dma_map, in bnxt_re_dev_init()
[all …]
H A Dhw_counters.c297 hw_stats = rdev->qplib_ctx.stats.dma; in bnxt_re_assign_pma_port_ext_counters()
342 hw_stats = rdev->qplib_ctx.stats.dma; in bnxt_re_assign_pma_port_counters()
390 hw_stats = rdev->qplib_ctx.stats.dma; in bnxt_re_ib_get_hw_stats()
H A Dbnxt_re.h201 struct bnxt_qplib_ctx qplib_ctx; member
H A Dib_verbs.c4318 resp.max_qp = rdev->qplib_ctx.qpc_count; in bnxt_re_alloc_ucontext()