Searched refs:sbv (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/s390/kvm/
H A Dpci.c45 aift->sbv = NULL;
61 aift->sbv = airq_iv_create(ZPCI_NR_DEVICES, AIRQ_IV_ALLOC, NULL);
62 if (!aift->sbv) {
66 zpci_aif_sbv = aift->sbv;
76 zpci_aipb->aipb.faisb = virt_to_phys(aift->sbv->vector);
92 airq_iv_release(aift->sbv);
114 aift->sbv = zpci_aif_sbv;
125 if (aift->gait || aift->sbv)
170 fib.fmt0.aisb = virt_to_phys(aift->sbv->vector + (zdev->aisb / 64) * 8);
285 bit = airq_iv_alloc_bit(aift->sbv);
[all...]
H A Dpci.h38 struct airq_iv *sbv; member in struct:zpci_aift
H A Dinterrupt.c3369 si = airq_iv_scan(aift->sbv, si, airq_iv_end(aift->sbv));

Completed in 149 milliseconds