Searched refs:max_ba_num (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/drivers/infiniband/hw/hns/ ! |
D | hns_roce_hem.c | 1242 alloc_root_hem(struct hns_roce_dev *hr_dev, int unit, int *max_ba_num, in alloc_root_hem() argument 1265 *max_ba_num = ba_num; in alloc_root_hem() 1314 int unit, int max_ba_num, struct hns_roce_hem_head *head, in setup_root_hem() argument 1330 for (i = 0; i < region_cnt && total < max_ba_num; i++) { in setup_root_hem() 1370 int max_ba_num; in hem_list_alloc_root_bt() local 1378 max_ba_num = 0; in hem_list_alloc_root_bt() 1379 root_hem = alloc_root_hem(hr_dev, unit, &max_ba_num, regions, in hem_list_alloc_root_bt() 1392 ret = setup_root_hem(hr_dev, hem_list, unit, max_ba_num, &head, regions, in hem_list_alloc_root_bt()
|