Lines Matching defs:sc_pihp
215 pci_intr_handle_t *sc_pihp;
308 KASSERT(psc->sc_pihp != NULL);
367 intrstr = pci_intr_string(psc->sc_pc, psc->sc_pihp[vec], intrbuf,
370 psc->sc_pihp[vec], IPL_BIO, intr_handler, intr_arg, intr_xname);
418 if (pci_intr_alloc(pa, &psc->sc_pihp, counts, PCI_INTR_TYPE_MSIX)) {
423 psc->sc_nintr = counts[pci_intr_type(pa->pa_pc, psc->sc_pihp[0])];
460 if (psc->sc_pihp != NULL) {
461 pci_intr_release(psc->sc_pc, psc->sc_pihp, psc->sc_nintr);
462 psc->sc_pihp = NULL;
510 if (psc->sc_pihp != NULL) {
511 pci_intr_release(psc->sc_pc, psc->sc_pihp, psc->sc_nintr);
512 psc->sc_pihp = NULL;