Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/infiniband/hw/bnxt_re/
Dhw_counters.c302 struct bnxt_re_res_cntrs *res_s = &rdev->stats.res; in bnxt_re_ib_get_hw_stats() local
311 stats->value[BNXT_RE_ACTIVE_QP] = atomic_read(&res_s->qp_count); in bnxt_re_ib_get_hw_stats()
312 stats->value[BNXT_RE_ACTIVE_RC_QP] = atomic_read(&res_s->rc_qp_count); in bnxt_re_ib_get_hw_stats()
313 stats->value[BNXT_RE_ACTIVE_UD_QP] = atomic_read(&res_s->ud_qp_count); in bnxt_re_ib_get_hw_stats()
314 stats->value[BNXT_RE_ACTIVE_SRQ] = atomic_read(&res_s->srq_count); in bnxt_re_ib_get_hw_stats()
315 stats->value[BNXT_RE_ACTIVE_CQ] = atomic_read(&res_s->cq_count); in bnxt_re_ib_get_hw_stats()
316 stats->value[BNXT_RE_ACTIVE_MR] = atomic_read(&res_s->mr_count); in bnxt_re_ib_get_hw_stats()
317 stats->value[BNXT_RE_ACTIVE_MW] = atomic_read(&res_s->mw_count); in bnxt_re_ib_get_hw_stats()
318 stats->value[BNXT_RE_ACTIVE_PD] = atomic_read(&res_s->pd_count); in bnxt_re_ib_get_hw_stats()
319 stats->value[BNXT_RE_ACTIVE_AH] = atomic_read(&res_s->ah_count); in bnxt_re_ib_get_hw_stats()
[all …]