Searched refs:logic_idx (Results 1 – 3 of 3) sorted by relevance
97 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()
424 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()
187 unsigned long logic_idx; member