/openbsd/sys/arch/landisk/include/ |
H A D | intr.h | 41 #define IPL_NET 11 /* network */ macro 56 #define splnet() splraise(IPL_NET)
|
/openbsd/sys/arch/sparc64/include/ |
H A D | intr.h | 74 #define IPL_NET PIL_NET /* network */ macro 89 #define splnet() _splraise(IPL_NET)
|
/openbsd/sys/arch/powerpc64/include/ |
H A D | intr.h | 33 #define IPL_NET 6 macro 59 #define splnet() splraise(IPL_NET)
|
/openbsd/sys/arch/loongson/include/ |
H A D | intr.h | 57 #define IPL_NET 5 /* network */ macro 115 #define splnet() splraise(IPL_NET)
|
/openbsd/sys/arch/powerpc/include/ |
H A D | intr.h | 44 #define IPL_NET 6 macro 114 #define splnet() splraise(IPL_NET)
|
/openbsd/sys/arch/octeon/include/ |
H A D | intr.h | 57 #define IPL_NET 5 /* network */ macro 114 #define splnet() splraise(IPL_NET)
|
/openbsd/sys/arch/hppa/include/ |
H A D | intr.h | 41 #define IPL_NET 4 macro 146 #define splnet() splraise(IPL_NET)
|
/openbsd/sys/arch/riscv64/include/ |
H A D | intr.h | 51 #define IPL_NET 6 /* network */ macro 140 #define splnet() splraise(IPL_NET)
|
/openbsd/sys/arch/arm64/include/ |
H A D | intr.h | 51 #define IPL_NET 6 /* network */ macro 119 #define splnet() splraise(IPL_NET)
|
/openbsd/sys/arch/armv7/include/ |
H A D | intr.h | 51 #define IPL_NET 6 /* network */ macro 121 #define splnet() splraise(IPL_NET)
|
/openbsd/sys/arch/alpha/include/ |
H A D | intr.h | 113 #define IPL_NET ALPHA_PSL_IPL_IO macro 181 #define splnet() splraise(IPL_NET)
|
/openbsd/sys/dev/pcmcia/ |
H A D | if_ep_pcmcia.c | 177 sc->sc_ih = pcmcia_intr_establish(pf, IPL_NET, epintr, in ep_pcmcia_enable() 337 sc->sc_ih = pcmcia_intr_establish(pa->pf, IPL_NET, epintr, sc, in ep_pcmcia_attach() 388 sc->sc_ep.sc_ih = pcmcia_intr_establish(sc->sc_pf, IPL_NET, in ep_pcmcia_activate()
|
H A D | if_sm_pcmcia.c | 190 psc->sc_ih = pcmcia_intr_establish(psc->sc_pf, IPL_NET, in sm_pcmcia_attach() 318 psc->sc_ih = pcmcia_intr_establish(psc->sc_pf, IPL_NET, smc91cxx_intr, in sm_pcmcia_enable()
|
/openbsd/sys/dev/pci/ |
H A D | if_rtw_pci.c | 118 IPL_NET, rtw_intr, sc, sc->sc_dev.dv_xname); in rtw_pci_enable() 201 psc->psc_intrcookie = pci_intr_establish(pc, psc->psc_ih, IPL_NET, in rtw_pci_attach()
|
H A D | if_atw_pci.c | 106 IPL_NET, atw_intr, sc, sc->sc_dev.dv_xname); in atw_pci_enable() 214 psc->psc_intrcookie = pci_intr_establish(pc, psc->psc_ih, IPL_NET, in atw_pci_attach()
|
H A D | gcu.c | 74 mtx_init(&sc->mdio_mtx, IPL_NET); in gcu_attach()
|
H A D | if_an_pci.c | 130 sc->sc_ih = pci_intr_establish(pc, ih, IPL_NET, an_intr, sc, in an_pci_attach()
|
/openbsd/sys/arch/luna88k/include/ |
H A D | intr.h | 40 #define IPL_NET 4 macro
|
/openbsd/sys/arch/amd64/include/ |
H A D | intrdefs.h | 25 #define IPL_NET 0x4 /* network */ macro
|
/openbsd/sys/dev/isa/ |
H A D | if_an_isapnp.c | 76 IPL_NET, an_intr, sc, sc->sc_dev.dv_xname); in an_isapnp_attach()
|
H A D | if_ep_isapnp.c | 114 IPL_NET, epintr, sc, sc->sc_dev.dv_xname); in ep_isapnp_attach()
|
/openbsd/sys/net/ |
H A D | if_wg.c | 409 mtx_init(&peer->p_counters_mtx, IPL_NET); in wg_peer_create() 415 mtx_init(&peer->p_endpoint_mtx, IPL_NET); in wg_peer_create() 425 mtx_init(&peer->p_encap_queue.q_mtx, IPL_NET); in wg_peer_create() 427 mtx_init(&peer->p_decap_queue.q_mtx, IPL_NET); in wg_peer_create() 939 mtx_init(&t->t_handshake_mtx, IPL_NET); in wg_timers_init() 2607 2, IPL_NET, TASKQ_MPSAFE); in wg_clone_create() 2609 ncpus, IPL_NET, TASKQ_MPSAFE); in wg_clone_create() 2663 mtx_init(&sc->sc_index_mtx, IPL_NET); in wg_clone_create() 2771 IPL_NET, 0, "wgaip", NULL); in wgattach() 2773 IPL_NET, 0, "wgpeer", NULL); in wgattach() [all …]
|
/openbsd/sys/arch/i386/include/ |
H A D | intrdefs.h | 62 #define IPL_NET MAKEIPL(4) /* network */ macro
|
/openbsd/sys/dev/tc/ |
H A D | if_le_tc.c | 108 tc_intr_establish(parent, d->ta_cookie, IPL_NET, am7990_intr, sc, in le_tc_attach()
|
/openbsd/sys/arch/m88k/include/ |
H A D | intr.h | 98 #define splnet() splraise(IPL_NET)
|