Lines Matching refs:zpci_sbv
23 static struct airq_iv *zpci_sbv;
44 fib.fmt0.aisb = virt_to_phys(zpci_sbv->vector) + (zdev->aisb / 64) * 8;
200 cpu = airq_iv_scan(zpci_sbv, cpu, airq_iv_end(zpci_sbv));
245 si = airq_iv_scan(zpci_sbv, si, airq_iv_end(zpci_sbv));
294 bit = airq_iv_alloc_bit(zpci_sbv);
382 airq_iv_free_bit(zpci_sbv, zdev->aisb);
424 zpci_sbv = airq_iv_create(num_possible_cpus(), 0, NULL);
425 if (!zpci_sbv)
430 iib.diib.disb_addr = virt_to_phys(zpci_sbv->vector);
463 zpci_sbv = airq_iv_create(ZPCI_NR_DEVICES, AIRQ_IV_ALLOC, NULL);
464 if (!zpci_sbv)
527 if (zpci_sbv)
528 airq_iv_release(zpci_sbv);