Lines Matching defs:sc_ihp
110 pci_intr_handle_t *sc_ihp;
982 pci_intr_setattr(pc, &psc->sc_ihp[idx], PCI_INTR_MPSAFE, true);
987 psc->sc_ihs[idx] = pci_intr_establish_xname(pc, psc->sc_ihp[idx],
1005 pci_intr_setattr(pc, &psc->sc_ihp[n],
1010 psc->sc_ihp[n], sc->sc_ipl,
1020 pci_intr_setattr(pc, &psc->sc_ihp[idx],
1027 psc->sc_ihp[idx], sc->sc_ipl,
1037 intrstr = pci_intr_string(pc, psc->sc_ihp[idx], intrbuf,
1051 intrstr = pci_intr_string(pc, psc->sc_ihp[n],
1072 intrstr = pci_intr_string(pc, psc->sc_ihp[idx], intrbuf,
1116 pci_intr_setattr(pc, &psc->sc_ihp[0], PCI_INTR_MPSAFE, true);
1118 psc->sc_ihs[0] = pci_intr_establish_xname(pc, psc->sc_ihp[0],
1125 intrstr = pci_intr_string(pc, psc->sc_ihp[0], intrbuf,
1171 error = pci_intr_alloc(&psc->sc_pa, &psc->sc_ihp, counts, max_type);
1177 if (pci_intr_type(pc, psc->sc_ihp[0]) == PCI_INTR_TYPE_MSIX) {
1185 pci_intr_release(pc, psc->sc_ihp, nmsix);
1196 } else if (pci_intr_type(pc, psc->sc_ihp[0]) == PCI_INTR_TYPE_INTX) {
1204 pci_intr_release(pc, psc->sc_ihp, 1);
1239 pci_intr_release(psc->sc_pa.pa_pc, psc->sc_ihp,
1255 if (pci_intr_type(pc, psc->sc_ihp[0]) == PCI_INTR_TYPE_MSIX)