Home | History | Annotate | Download | only in pci

Lines Matching defs:sc_pihp

299 	pci_intr_handle_t *	 sc_pihp;
1554 if (sc->sc_pihp != NULL) {
1555 pci_intr_release(sc->sc_pc, sc->sc_pihp, 1);
1556 sc->sc_pihp = NULL;
1582 if (pci_intr_alloc(pa, &sc->sc_pihp, counts, PCI_INTR_TYPE_MSIX)) {
1589 char const *intrstr = pci_intr_string(pc, sc->sc_pihp[0], intrbuf,
1592 sc->sc_ih = pci_intr_establish_xname(pc, sc->sc_pihp[0], IPL_BIO,
1595 pci_intr_release(pc, sc->sc_pihp, 1);
1596 sc->sc_pihp = NULL;
1603 pci_intr_setattr(pc, sc->sc_pihp, PCI_INTR_MPSAFE, true);
1614 if (sc->sc_pihp != NULL) {
1615 pci_intr_release(sc->sc_pc, sc->sc_pihp, 1);
1616 sc->sc_pihp = NULL;