Lines Matching defs:sc_ihs
111 void **sc_ihs;
987 psc->sc_ihs[idx] = pci_intr_establish_xname(pc, psc->sc_ihp[idx],
989 if (psc->sc_ihs[idx] == NULL) {
1009 psc->sc_ihs[n] = pci_intr_establish_xname(pc,
1012 if (psc->sc_ihs[n] == NULL) {
1026 psc->sc_ihs[idx] = pci_intr_establish_xname(pc,
1029 if (psc->sc_ihs[idx] == NULL) {
1056 r = interrupt_distribute(psc->sc_ihs[n], affinity,
1082 if (psc->sc_ihs[idx] != NULL)
1083 pci_intr_disestablish(psc->sc_pa.pa_pc, psc->sc_ihs[idx]);
1088 if (psc->sc_ihs[n] == NULL)
1091 psc->sc_ihs[n]);
1095 if (psc->sc_ihs[idx] != NULL) {
1097 psc->sc_ihs[idx]);
1118 psc->sc_ihs[0] = pci_intr_establish_xname(pc, psc->sc_ihp[0],
1120 if (psc->sc_ihs[0] == NULL) {
1179 psc->sc_ihs = kmem_zalloc(sizeof(*psc->sc_ihs) * nmsix,
1184 kmem_free(psc->sc_ihs, sizeof(*psc->sc_ihs) * nmsix);
1198 psc->sc_ihs = kmem_zalloc(sizeof(*psc->sc_ihs) * 1,
1203 kmem_free(psc->sc_ihs, sizeof(*psc->sc_ihs) * 1);
1232 if (psc->sc_ihs[i] == NULL)
1234 pci_intr_disestablish(psc->sc_pa.pa_pc, psc->sc_ihs[i]);
1235 psc->sc_ihs[i] = NULL;
1243 if (psc->sc_ihs != NULL) {
1244 kmem_free(psc->sc_ihs, sizeof(*psc->sc_ihs) * psc->sc_ihs_num);
1245 psc->sc_ihs = NULL;