Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c3954 u32 active_mws; in bnxt_re_alloc_mw() local
3973 active_mws = atomic_inc_return(&rdev->stats.res.mw_count); in bnxt_re_alloc_mw()
3974 if (active_mws > rdev->stats.res.mw_watermark) in bnxt_re_alloc_mw()
3975 rdev->stats.res.mw_watermark = active_mws; in bnxt_re_alloc_mw()