Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/infiniband/hw/hns/
Dhns_roce_pd.c97 uar->logic_idx = (unsigned long)id; in hns_roce_uar_alloc()
99 if (uar->logic_idx > 0 && hr_dev->caps.phy_num_uars > 1) in hns_roce_uar_alloc()
100 uar->index = (uar->logic_idx - 1) % in hns_roce_uar_alloc()
Dhns_roce_main.c424 ida_free(&hr_dev->uar_ida.ida, (int)context->uar.logic_idx); in hns_roce_alloc_ucontext()
437 ida_free(&hr_dev->uar_ida.ida, (int)context->uar.logic_idx); in hns_roce_dealloc_ucontext()
Dhns_roce_device.h187 unsigned long logic_idx; member