Searched refs:root_hem (Results 1 – 1 of 1) sorted by relevance
1278 struct hns_roce_hem_item *root_hem; in setup_root_hem() local1284 root_hem = list_first_entry(&head->root, in setup_root_hem()1286 if (!root_hem) in setup_root_hem()1296 cpu_base = root_hem->addr + total * BA_BYTE_LEN; in setup_root_hem()1297 phy_base = root_hem->dma_addr + total * BA_BYTE_LEN; in setup_root_hem()1328 struct hns_roce_hem_item *root_hem; in hem_list_alloc_root_bt() local1335 if (root_hem) in hem_list_alloc_root_bt()1341 if (IS_ERR(root_hem)) in hem_list_alloc_root_bt()1342 return PTR_ERR(root_hem); in hem_list_alloc_root_bt()1350 hem_list->root_ba = root_hem->dma_addr; in hem_list_alloc_root_bt()[all …]