Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_hem.c1247 alloc_root_hem(struct hns_roce_dev *hr_dev, int unit, int *max_ba_num, in alloc_root_hem() argument
1270 *max_ba_num = ba_num; in alloc_root_hem()
1329 int unit, int max_ba_num, struct hns_roce_hem_head *head, in setup_root_hem() argument
1345 for (i = 0; i < region_cnt && total <= max_ba_num; i++) { in setup_root_hem()
1385 int max_ba_num; in hem_list_alloc_root_bt() local
1393 max_ba_num = 0; in hem_list_alloc_root_bt()
1394 root_hem = alloc_root_hem(hr_dev, unit, &max_ba_num, regions, in hem_list_alloc_root_bt()
1407 ret = setup_root_hem(hr_dev, hem_list, unit, max_ba_num, &head, regions, in hem_list_alloc_root_bt()