Lines Matching refs:ioda
159 mul = phb->ioda.total_pe_num;
183 if (vf_bar_sz > (phb->ioda.m64_segsize >> 2)) {
287 return phb->ioda.total_pe_num * align;
305 clear_bit(window_id, &phb->ioda.m64_bar_alloc);
314 * is subdivided into phb->ioda.total_pe_num segments and there's a 1-1
409 win = find_next_zero_bit(&phb->ioda.m64_bar_alloc,
410 phb->ioda.m64_bar_idx + 1, 0);
412 if (win >= phb->ioda.m64_bar_idx + 1)
414 } while (test_and_set_bit(win, &phb->ioda.m64_bar_alloc));
492 list_for_each_entry_safe(pe, pe_n, &phb->ioda.pe_list, list) {
499 mutex_lock(&phb->ioda.pe_list_mutex);
501 mutex_unlock(&phb->ioda.pe_list_mutex);
663 mutex_lock(&phb->ioda.pe_list_mutex);
664 list_add_tail(&pe->list, &phb->ioda.pe_list);
665 mutex_unlock(&phb->ioda.pe_list_mutex);