Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/infiniband/hw/hns/
Dhns_roce_ah.c62 u32 max_sl; in hns_roce_create_ah() local
79 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()
Dhns_roce_hw_v2.c4840 u32 max_sl; in hns_roce_v2_set_path() local
4845 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()