Lines Matching refs:ioda
156 mul = phb->ioda.total_pe_num;
180 if (vf_bar_sz > (phb->ioda.m64_segsize >> 2)) {
281 return phb->ioda.total_pe_num * align;
299 clear_bit(window_id, &phb->ioda.m64_bar_alloc);
308 * is subdivided into phb->ioda.total_pe_num segments and there's a 1-1
403 win = find_next_zero_bit(&phb->ioda.m64_bar_alloc,
404 phb->ioda.m64_bar_idx + 1, 0);
406 if (win >= phb->ioda.m64_bar_idx + 1)
408 } while (test_and_set_bit(win, &phb->ioda.m64_bar_alloc));
486 list_for_each_entry_safe(pe, pe_n, &phb->ioda.pe_list, list) {
493 mutex_lock(&phb->ioda.pe_list_mutex);
495 mutex_unlock(&phb->ioda.pe_list_mutex);
657 mutex_lock(&phb->ioda.pe_list_mutex);
658 list_add_tail(&pe->list, &phb->ioda.pe_list);
659 mutex_unlock(&phb->ioda.pe_list_mutex);