Home
last modified time | relevance | path

Searched refs:INTR_TYPE_NET (Results 1 – 25 of 121) sorted by relevance

12345

/freebsd-13.1/sys/compat/linuxkpi/common/src/
H A Dlinux_interrupt.c149 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 Dif_malo_pci.c208 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 Dif_an_isa.c124 error = bus_setup_intr(dev, sc->irq_res, INTR_TYPE_NET, in an_attach_isa()
H A Dif_an_pci.c229 error = bus_setup_intr(dev, sc->irq_res, INTR_TYPE_NET,
/freebsd-13.1/sys/dev/sbni/
H A Dif_sbni_isa.c152 dev, sc->irq_res, INTR_TYPE_NET | INTR_MPSAFE, in sbni_attach_isa()
H A Dif_sbni_pci.c158 error = bus_setup_intr(dev, sc->irq_res, INTR_TYPE_NET | in sbni_pci_attach()
/freebsd-13.1/sys/dev/pcf/
H A Dpcf_isa.c159 INTR_TYPE_NET /* | INTR_ENTROPY */, in pcf_isa_attach()
/freebsd-13.1/sys/dev/bwi/
H A Dif_bwi_pci.c177 INTR_TYPE_NET | INTR_MPSAFE, in bwi_pci_attach()
/freebsd-13.1/sys/dev/ral/
H A Dif_ral_pci.c260 error = bus_setup_intr(dev, psc->irq, INTR_TYPE_NET | INTR_MPSAFE, in ral_pci_attach()
/freebsd-13.1/sys/dev/mwl/
H A Dif_mwl_pci.c169 INTR_TYPE_NET | INTR_MPSAFE, in mwl_pci_attach()
/freebsd-13.1/sys/dev/liquidio/
H A Dlio_core.c597 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 Dif_ath_ahb.c205 INTR_TYPE_NET | INTR_MPSAFE, in ath_ahb_attach()
H A Dif_ath_pci.c228 INTR_TYPE_NET | INTR_MPSAFE, in ath_pci_attach()
/freebsd-13.1/sys/mips/cavium/octe/
H A Dethernet-rgmii.c233 INTR_TYPE_NET | INTR_MPSAFE, in cvm_oct_rgmii_init()
H A Dethernet-spi.c273 INTR_TYPE_NET | INTR_MPSAFE, in cvm_oct_spi_init()
H A Dethernet.c245 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 Dppt.c601 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 Dif_gem_pci.c330 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 Dif_gx.c158 error = bus_setup_intr(sc->sc_dev, sc->sc_intr, INTR_TYPE_NET, NULL, in gx_attach()
/freebsd-13.1/sys/kern/
H A Dkern_intr.c124 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 Dcms.c447 NULL, IRQ_MSGRING, INTR_TYPE_NET, &cookie); in xlp_msgring_config()
/freebsd-13.1/sys/dev/tsec/
H A Dif_tsec_fdt.c287 error = bus_setup_intr(sc->dev, *ires, INTR_TYPE_NET | INTR_MPSAFE, in tsec_setup_intr()
/freebsd-13.1/sys/dev/firewire/
H A Dfwohci_pci.c275 INTR_TYPE_NET | INTR_MPSAFE, in fwohci_pci_attach()
/freebsd-13.1/sys/dev/vnic/
H A Dnicvf_main.c1444 (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 Dif_octm.c204 error = bus_setup_intr(sc->sc_dev, sc->sc_intr, INTR_TYPE_NET, NULL, in octm_attach()

12345