Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/infiniband/hw/bnxt_re/
Dib_verbs.c4045 u32 active_mws; in bnxt_re_alloc_mw() local
4064 active_mws = atomic_inc_return(&rdev->stats.res.mw_count); in bnxt_re_alloc_mw()
4065 if (active_mws > rdev->stats.res.mw_watermark) in bnxt_re_alloc_mw()
4066 rdev->stats.res.mw_watermark = active_mws; in bnxt_re_alloc_mw()