Searched refs:root_hem (Results 1 – 1 of 1) sorted by relevance
1378 struct roce_hem_item *hem, *temp_hem, *root_hem; in hem_list_alloc_root_bt() local1392 root_hem = hem_list_search_item(&hem_list->root_bt, r->offset); in hem_list_alloc_root_bt()1393 if (root_hem) in hem_list_alloc_root_bt()1400 root_hem = hem_list_alloc_item(hr_dev, total, r->offset + r->count - 1, in hem_list_alloc_root_bt()1402 if (!root_hem) in hem_list_alloc_root_bt()1404 list_add(&root_hem->list, &temp_root); in hem_list_alloc_root_bt()1406 hem_list->root_ba = root_hem->dma_addr; in hem_list_alloc_root_bt()1419 cpu_base = root_hem->addr + total * BA_BYTE_LEN; in hem_list_alloc_root_bt()1420 phy_base = root_hem->dma_addr + total * BA_BYTE_LEN; in hem_list_alloc_root_bt()