Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hns/
Dhns_roce_hem.c81 if (check_whether_bt_num_3(table_type, hop_num)) in hns_roce_get_bt_num()
424 if ((check_whether_bt_num_3(table->type, hop_num) || in hns_roce_table_mhop_get()
448 if (check_whether_bt_num_3(table->type, hop_num) && in hns_roce_table_mhop_get()
662 } else if (check_whether_bt_num_3(table->type, hop_num)) { in hns_roce_table_mhop_put()
926 if (check_whether_bt_num_3(type, hop_num)) { in hns_roce_init_hem_table()
946 check_whether_bt_num_3(type, hop_num)) { in hns_roce_init_hem_table()
Dhns_roce_hem.h59 #define check_whether_bt_num_3(type, hop_num) \ macro