Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hns/
H A Dhns_roce_hem.c1301 struct roce_hem_item *hem, *temp_hem, *root_hem; in hem_list_alloc_root_bt() local
1316 root_hem = hem_list_search_item(&hem_list->root_bt, r->offset); in hem_list_alloc_root_bt()
1317 if (root_hem) in hem_list_alloc_root_bt()
1328 root_hem = hem_list_alloc_item(hr_dev, offset, r->offset + r->count - 1, in hem_list_alloc_root_bt()
1330 if (!root_hem) in hem_list_alloc_root_bt()
1332 list_add(&root_hem->list, &temp_root); in hem_list_alloc_root_bt()
1334 hem_list->root_ba = root_hem->dma_addr; in hem_list_alloc_root_bt()
1347 cpu_base = root_hem->addr + total * BA_BYTE_LEN; in hem_list_alloc_root_bt()
1348 phy_base = root_hem->dma_addr + total * BA_BYTE_LEN; in hem_list_alloc_root_bt()