Home
last modified time | relevance | path

Searched refs:IPL_NET (Results 1 – 25 of 212) sorted by relevance

123456789

/openbsd/sys/arch/landisk/include/
H A Dintr.h41 #define IPL_NET 11 /* network */ macro
56 #define splnet() splraise(IPL_NET)
/openbsd/sys/arch/sparc64/include/
H A Dintr.h74 #define IPL_NET PIL_NET /* network */ macro
89 #define splnet() _splraise(IPL_NET)
/openbsd/sys/arch/powerpc64/include/
H A Dintr.h33 #define IPL_NET 6 macro
59 #define splnet() splraise(IPL_NET)
/openbsd/sys/arch/loongson/include/
H A Dintr.h57 #define IPL_NET 5 /* network */ macro
115 #define splnet() splraise(IPL_NET)
/openbsd/sys/arch/powerpc/include/
H A Dintr.h44 #define IPL_NET 6 macro
114 #define splnet() splraise(IPL_NET)
/openbsd/sys/arch/octeon/include/
H A Dintr.h57 #define IPL_NET 5 /* network */ macro
114 #define splnet() splraise(IPL_NET)
/openbsd/sys/arch/hppa/include/
H A Dintr.h41 #define IPL_NET 4 macro
146 #define splnet() splraise(IPL_NET)
/openbsd/sys/arch/riscv64/include/
H A Dintr.h51 #define IPL_NET 6 /* network */ macro
140 #define splnet() splraise(IPL_NET)
/openbsd/sys/arch/arm64/include/
H A Dintr.h51 #define IPL_NET 6 /* network */ macro
119 #define splnet() splraise(IPL_NET)
/openbsd/sys/arch/armv7/include/
H A Dintr.h51 #define IPL_NET 6 /* network */ macro
121 #define splnet() splraise(IPL_NET)
/openbsd/sys/arch/alpha/include/
H A Dintr.h113 #define IPL_NET ALPHA_PSL_IPL_IO macro
181 #define splnet() splraise(IPL_NET)
/openbsd/sys/dev/pcmcia/
H A Dif_ep_pcmcia.c177 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 Dif_sm_pcmcia.c190 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 Dif_rtw_pci.c118 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 Dif_atw_pci.c106 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 Dgcu.c74 mtx_init(&sc->mdio_mtx, IPL_NET); in gcu_attach()
H A Dif_an_pci.c130 sc->sc_ih = pci_intr_establish(pc, ih, IPL_NET, an_intr, sc, in an_pci_attach()
/openbsd/sys/arch/luna88k/include/
H A Dintr.h40 #define IPL_NET 4 macro
/openbsd/sys/arch/amd64/include/
H A Dintrdefs.h25 #define IPL_NET 0x4 /* network */ macro
/openbsd/sys/dev/isa/
H A Dif_an_isapnp.c76 IPL_NET, an_intr, sc, sc->sc_dev.dv_xname); in an_isapnp_attach()
H A Dif_ep_isapnp.c114 IPL_NET, epintr, sc, sc->sc_dev.dv_xname); in ep_isapnp_attach()
/openbsd/sys/net/
H A Dif_wg.c409 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 Dintrdefs.h62 #define IPL_NET MAKEIPL(4) /* network */ macro
/openbsd/sys/dev/tc/
H A Dif_le_tc.c108 tc_intr_establish(parent, d->ta_cookie, IPL_NET, am7990_intr, sc, in le_tc_attach()
/openbsd/sys/arch/m88k/include/
H A Dintr.h98 #define splnet() splraise(IPL_NET)

123456789