Searched refs:max_sl (Results 1 – 2 of 2) sorted by relevance
62 u32 max_sl; in hns_roce_create_ah() local79 max_sl = min_t(u32, MAX_SERVICE_LEVEL, hr_dev->caps.sl_num - 1); in hns_roce_create_ah()80 if (unlikely(ah->av.sl > max_sl)) { in hns_roce_create_ah()83 ah->av.sl, max_sl); in hns_roce_create_ah()
4840 u32 max_sl; in hns_roce_v2_set_path() local4845 max_sl = min_t(u32, MAX_SERVICE_LEVEL, hr_dev->caps.sl_num - 1); in hns_roce_v2_set_path()4846 if (unlikely(sl > max_sl)) { in hns_roce_v2_set_path()4849 sl, max_sl); in hns_roce_v2_set_path()