Searched refs:max_ba_num (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/infiniband/hw/hns/ |
H A D | hns_roce_hem.c | 1192 alloc_root_hem(struct hns_roce_dev *hr_dev, int unit, int *max_ba_num, in alloc_root_hem() argument 1215 *max_ba_num = ba_num; in alloc_root_hem() 1274 int unit, int max_ba_num, struct hns_roce_hem_head *head, in setup_root_hem() argument 1290 for (i = 0; i < region_cnt && total <= max_ba_num; i++) { in setup_root_hem() 1330 int max_ba_num; in hem_list_alloc_root_bt() local 1338 max_ba_num = 0; in hem_list_alloc_root_bt() 1339 root_hem = alloc_root_hem(hr_dev, unit, &max_ba_num, regions, in hem_list_alloc_root_bt() 1352 ret = setup_root_hem(hr_dev, hem_list, unit, max_ba_num, &head, regions, in hem_list_alloc_root_bt()
|