Lines Matching defs:sc_pihp
66 pci_intr_handle_t *sc_pihp;
226 if (pci_intr_alloc(pa, &psc->sc_pihp, counts, PCI_INTR_TYPE_MSIX)) {
230 intrstr = pci_intr_string(pc, psc->sc_pihp[0], intrbuf,
232 pci_intr_setattr(pc, &psc->sc_pihp[0], PCI_INTR_MPSAFE, true);
233 psc->sc_ih = pci_intr_establish_xname(pc, psc->sc_pihp[0], IPL_USB,
236 pci_intr_release(pc, psc->sc_pihp, 1);
237 psc->sc_pihp = NULL;
306 if (psc->sc_pihp != NULL) {
307 pci_intr_release(psc->sc_pc, psc->sc_pihp, 1);
308 psc->sc_pihp = NULL;
344 if (psc->sc_pihp != NULL) {
345 pci_intr_release(psc->sc_pc, psc->sc_pihp, 1);
346 psc->sc_pihp = NULL;