Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/hns/
Dhns_roce_hem.c1131 int bt_level) in hem_list_alloc_item() argument
1215 static bool hem_list_is_bottom_bt(int hopnum, int bt_level) in hem_list_is_bottom_bt() argument
1224 return bt_level >= (hopnum ? hopnum - 1 : hopnum); in hem_list_is_bottom_bt()
1233 static u32 hem_list_calc_ba_range(int hopnum, int bt_level, int unit) in hem_list_calc_ba_range() argument
1239 if (hopnum <= bt_level) in hem_list_calc_ba_range()
1253 max = hopnum - bt_level; in hem_list_calc_ba_range()