Lines Matching defs:sc_ihs
610 void **sc_ihs;
5765 sc->sc_ihs[0] = pci_intr_establish_xname(pc, *intr, IPL_NET, ixl_intr,
5768 if (sc->sc_ihs[0] == NULL) {
5798 sc->sc_ihs[vector] = pci_intr_establish_xname(pc,
5801 if (sc->sc_ihs[vector] == NULL) {
5814 r = interrupt_distribute(sc->sc_ihs[vector], affinity, NULL);
5830 sc->sc_ihs[vector] = pci_intr_establish_xname(pc,
5834 if (sc->sc_ihs[vector] == NULL) {
5845 r = interrupt_distribute(sc->sc_ihs[vector], affinity, NULL);
5859 pci_intr_disestablish(pc, sc->sc_ihs[i]);
5995 sc->sc_ihs = kmem_zalloc(sizeof(sc->sc_ihs[0]) * sc->sc_nintrs,
6011 kmem_free(sc->sc_ihs,
6012 sizeof(sc->sc_ihs[0]) * sc->sc_nintrs);
6029 pci_intr_disestablish(pa->pa_pc, sc->sc_ihs[i]);
6034 kmem_free(sc->sc_ihs, sizeof(sc->sc_ihs[0]) * sc->sc_nintrs);
6035 sc->sc_ihs = NULL;