/src/sys/dev/pci/ixgbe/ |
ixgbe_osdep.h | 181 void *ihs[IXG_MAX_NINTR]; member in struct:ixgbe_osdep
|
/src/sys/arch/arm/broadcom/ |
bcm2835_intr.c | 927 void *ihs[_BCM2836_NCPUS]; local in function:bcm2836mp_icu_fdt_establish 930 ihs[cpuid] = intr_establish_xname(cpuirq, ipl, 932 if (!ihs[cpuid]) { 934 intr_disestablish(ihs[undo]); 946 return ihs[0];
|
/src/sys/dev/pci/igc/ |
if_igc.c | 1195 void **ihs; local in function:igc_setup_msix 1201 for (iq = 0, intrs = sc->sc_intrs, ihs = sc->sc_ihs; 1202 iq < sc->sc_nqueues; iq++, intrs++, ihs++) { 1211 *ihs = pci_intr_establish_xname(pc, *intrs, IPL_NET, 1213 if (*ihs == NULL) { 1224 error = interrupt_distribute(*ihs, affinity, NULL); 1257 *ihs = pci_intr_establish_xname(pc, *intrs, IPL_NET, 1259 if (*ihs == NULL) { 1277 void **ihs = sc->sc_ihs; local in function:igc_setup_msi 1287 *ihs = pci_intr_establish_xname(pc, *intr, IPL_NET 1327 void **ihs = sc->sc_ihs; local in function:igc_setup_intx [all...] |
/src/sys/dev/pci/ |
if_vmx.c | 907 void **ihs; local in function:vmxnet3_setup_msix_interrupts 916 ihs = sc->vmx_ihs; 920 for (i = 0; i < use_queues; i++, intr++, ihs++, intr_idx++) { 928 *ihs = pci_intr_establish_xname(pc, *intr, IPL_NET, 930 if (*ihs == NULL) { 939 error = interrupt_distribute(*ihs, affinity, NULL); 971 *ihs = pci_intr_establish_xname(pc, *intr, IPL_NET, 973 if (*ihs == NULL) { 990 void **ihs; local in function:vmxnet3_setup_msi_interrupt 998 ihs = sc->vmx_ihs 1034 void **ihs; local in function:vmxnet3_setup_legacy_interrupt [all...] |