Searched refs:active_ahs (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c743 u32 active_ahs; local
796 active_ahs = atomic_inc_return(&rdev->stats.res.ah_count);
797 if (active_ahs > rdev->stats.res.ah_watermark)
798 rdev->stats.res.ah_watermark = active_ahs;

Completed in 121 milliseconds