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

/linux-master/drivers/infiniband/hw/hns/
H A Dhns_roce_ah.c63 u32 max_sl; local
80 max_sl = min_t(u32, MAX_SERVICE_LEVEL, hr_dev->caps.sl_num - 1);
81 if (unlikely(ah->av.sl > max_sl)) {
84 ah->av.sl, max_sl);
H A Dhns_roce_hw_v2.c4846 u32 max_sl; local
4851 max_sl = min_t(u32, MAX_SERVICE_LEVEL, hr_dev->caps.sl_num - 1);
4852 if (unlikely(sl > max_sl)) {
4855 sl, max_sl);

Completed in 135 milliseconds