| /freebsd-13.1/sys/compat/linuxkpi/common/src/ |
| H A D | linux_interrupt.c | 149 error = bus_setup_intr(dev->bsddev, res, INTR_TYPE_NET | INTR_MPSAFE, in lkpi_request_irq() 180 return -bus_setup_intr(dev->bsddev, irqe->res, INTR_TYPE_NET | INTR_MPSAFE, in lkpi_enable_irq()
|
| /freebsd-13.1/sys/dev/malo/ |
| H A D | if_malo_pci.c | 208 INTR_TYPE_NET | INTR_MPSAFE, malo_intr, NULL, sc, in malo_pci_attach() 213 INTR_TYPE_NET | INTR_MPSAFE, malo_intr, NULL, sc, in malo_pci_attach()
|
| /freebsd-13.1/sys/dev/an/ |
| H A D | if_an_isa.c | 124 error = bus_setup_intr(dev, sc->irq_res, INTR_TYPE_NET, in an_attach_isa()
|
| H A D | if_an_pci.c | 229 error = bus_setup_intr(dev, sc->irq_res, INTR_TYPE_NET,
|
| /freebsd-13.1/sys/dev/sbni/ |
| H A D | if_sbni_isa.c | 152 dev, sc->irq_res, INTR_TYPE_NET | INTR_MPSAFE, in sbni_attach_isa()
|
| H A D | if_sbni_pci.c | 158 error = bus_setup_intr(dev, sc->irq_res, INTR_TYPE_NET | in sbni_pci_attach()
|
| /freebsd-13.1/sys/dev/pcf/ |
| H A D | pcf_isa.c | 159 INTR_TYPE_NET /* | INTR_ENTROPY */, in pcf_isa_attach()
|
| /freebsd-13.1/sys/dev/bwi/ |
| H A D | if_bwi_pci.c | 177 INTR_TYPE_NET | INTR_MPSAFE, in bwi_pci_attach()
|
| /freebsd-13.1/sys/dev/ral/ |
| H A D | if_ral_pci.c | 260 error = bus_setup_intr(dev, psc->irq, INTR_TYPE_NET | INTR_MPSAFE, in ral_pci_attach()
|
| /freebsd-13.1/sys/dev/mwl/ |
| H A D | if_mwl_pci.c | 169 INTR_TYPE_NET | INTR_MPSAFE, in mwl_pci_attach()
|
| /freebsd-13.1/sys/dev/liquidio/ |
| H A D | lio_core.c | 597 INTR_TYPE_NET | INTR_MPSAFE, NULL, in lio_setup_interrupt() 640 err = bus_setup_intr(device, oct->msix_res, INTR_TYPE_NET | INTR_MPSAFE, in lio_setup_interrupt()
|
| /freebsd-13.1/sys/dev/ath/ |
| H A D | if_ath_ahb.c | 205 INTR_TYPE_NET | INTR_MPSAFE, in ath_ahb_attach()
|
| H A D | if_ath_pci.c | 228 INTR_TYPE_NET | INTR_MPSAFE, in ath_pci_attach()
|
| /freebsd-13.1/sys/mips/cavium/octe/ |
| H A D | ethernet-rgmii.c | 233 INTR_TYPE_NET | INTR_MPSAFE, in cvm_oct_rgmii_init()
|
| H A D | ethernet-spi.c | 273 INTR_TYPE_NET | INTR_MPSAFE, in cvm_oct_spi_init()
|
| H A D | ethernet.c | 245 error = bus_setup_intr(bus, sc->sc_rx_irq, INTR_TYPE_NET | INTR_MPSAFE, in cvm_oct_configure_common_hw()
|
| /freebsd-13.1/sys/amd64/vmm/io/ |
| H A D | ppt.c | 601 INTR_TYPE_NET | INTR_MPSAFE, in ppt_setup_msi() 709 INTR_TYPE_NET | INTR_MPSAFE, in ppt_setup_msix()
|
| /freebsd-13.1/sys/dev/gem/ |
| H A D | if_gem_pci.c | 330 if (bus_setup_intr(dev, sc->sc_res[GEM_RES_INTR], INTR_TYPE_NET | in gem_pci_attach()
|
| /freebsd-13.1/sys/dev/gxemul/ether/ |
| H A D | if_gx.c | 158 error = bus_setup_intr(sc->sc_dev, sc->sc_intr, INTR_TYPE_NET, NULL, in gx_attach()
|
| /freebsd-13.1/sys/kern/ |
| H A D | kern_intr.c | 124 flags &= (INTR_TYPE_TTY | INTR_TYPE_BIO | INTR_TYPE_NET | in intr_priority() 133 case INTR_TYPE_NET: in intr_priority() 597 if (flags & INTR_TYPE_NET) in intr_event_add_handler()
|
| /freebsd-13.1/sys/mips/nlm/ |
| H A D | cms.c | 447 NULL, IRQ_MSGRING, INTR_TYPE_NET, &cookie); in xlp_msgring_config()
|
| /freebsd-13.1/sys/dev/tsec/ |
| H A D | if_tsec_fdt.c | 287 error = bus_setup_intr(sc->dev, *ires, INTR_TYPE_NET | INTR_MPSAFE, in tsec_setup_intr()
|
| /freebsd-13.1/sys/dev/firewire/ |
| H A D | fwohci_pci.c | 275 INTR_TYPE_NET | INTR_MPSAFE, in fwohci_pci_attach()
|
| /freebsd-13.1/sys/dev/vnic/ |
| H A D | nicvf_main.c | 1444 (INTR_MPSAFE | INTR_TYPE_NET), nicvf_intr_handler, in nicvf_allocate_net_interrupts() 1485 (INTR_MPSAFE | INTR_TYPE_NET), NULL, in nicvf_allocate_net_interrupts() 1510 (INTR_MPSAFE | INTR_TYPE_NET), NULL, nicvf_qs_err_intr_handler, in nicvf_allocate_net_interrupts()
|
| /freebsd-13.1/sys/mips/cavium/ |
| H A D | if_octm.c | 204 error = bus_setup_intr(sc->sc_dev, sc->sc_intr, INTR_TYPE_NET, NULL, in octm_attach()
|