Lines Matching refs:zpci_sbv
29 static struct airq_iv *zpci_sbv;
50 fib.fmt0.aisb = (unsigned long) zpci_sbv->vector + (zdev->aisb/64)*8;
167 cpu = airq_iv_scan(zpci_sbv, cpu, airq_iv_end(zpci_sbv));
209 si = airq_iv_scan(zpci_sbv, si, airq_iv_end(zpci_sbv));
258 bit = airq_iv_alloc_bit(zpci_sbv);
358 airq_iv_free_bit(zpci_sbv, zdev->aisb);
390 zpci_sbv = airq_iv_create(num_possible_cpus(), 0);
391 if (!zpci_sbv)
396 iib.diib.disb_addr = (u64) zpci_sbv->vector;
429 zpci_sbv = airq_iv_create(ZPCI_NR_DEVICES, AIRQ_IV_ALLOC);
430 if (!zpci_sbv)
492 if (zpci_sbv)
493 airq_iv_release(zpci_sbv);