Home
last modified time | relevance | path

Searched refs:SOFTINT_NET (Results 1 – 25 of 69) sorted by relevance

123

/netbsd-src/sys/arch/powerpc/include/
H A Dsoftint.h56 |(IPL_SOFTNET << (4*SOFTINT_NET )) \
62 |(SOFTINT_NET << (4*IPL_SOFTNET )) \
/netbsd-src/sys/arch/riscv/riscv/
H A Dsoftint_machdep.c47 ((IPL_SOFTNET - IPL_SOFTCLOCK) << (SOFTINT_NET * 4)) | \
79 KASSERT(level != SOFTINT_NET || *machdep == (1 << (IPL_SOFTNET - IPL_SOFTCLOCK))); in softint_init_md()
/netbsd-src/sys/sys/
H A Dintr.h66 #define SOFTINT_NET 0x0003 macro
/netbsd-src/sys/arch/aarch64/aarch64/
H A Dcpu_machdep.c76 ((IPL_SOFTNET - IPL_SOFTCLOCK) << (SOFTINT_NET * 4)) | \
108 KASSERT(level != SOFTINT_NET || in softint_init_md()
/netbsd-src/sys/arch/usermode/dev/
H A Dif_veth.c151 sc->sc_rx_intr = softint_establish(SOFTINT_NET, veth_softrx, sc); in veth_attach()
154 sc->sc_tx_intr = softint_establish(SOFTINT_NET, veth_softtx, sc); in veth_attach()
/netbsd-src/sys/kern/
H A Dkern_softint.c322 softint_init_isr(sc, "net", PRI_SOFTNET, SOFTINT_NET, in softint_init()
768 } else if ((mask & (1 << SOFTINT_NET)) != 0) { in softint_picklwp()
769 l = si[SOFTINT_NET].si_lwp; in softint_picklwp()
H A Dsubr_xcall.c172 SETUP_SOFTINT(XC_IPL_SOFTNET, SOFTINT_NET); in xc_init()
/netbsd-src/sys/arch/mips/mips/
H A Dmips_softint.c49 #define SOFTINT_NET_MASK (1 << SOFTINT_NET)
/netbsd-src/sys/dev/ic/
H A Dath_netbsd.h42 softint_establish(SOFTINT_NET, \
H A Dsmc90cx6.c204 sc->sc_rxcookie = softint_establish(SOFTINT_NET, bah_srint, sc); in bah_attach_subr()
205 sc->sc_txcookie = softint_establish(SOFTINT_NET, in bah_attach_subr()
/netbsd-src/sys/arch/vax/vax/
H A Dgenassym.cf77 define SOFTINT_NET SOFTINT_NET
H A Dmachdep.c575 | (IPL_SOFTNET << (SOFTINT_NET * 5)) \
/netbsd-src/sys/arch/alpha/include/
H A Dintr.h123 #define SOFTINT_NET_MASK __BIT(SOFTINT_NET)
/netbsd-src/sys/arch/x86/x86/
H A Dx86_softintr.c266 case SOFTINT_NET: in softint_init_md()
/netbsd-src/sys/dev/pci/
H A Dif_malo_pci.c153 sc->sc_soft_ih = softint_establish(SOFTINT_NET, malo_softintr, sc); in malo_pci_attach()
/netbsd-src/sys/arch/evbarm/lubbock/
H A Dobio.c281 sc->sc_si = softint_establish(SOFTINT_NET, obio_softintr, sc); in obio_attach()
/netbsd-src/sys/arch/arm/cortex/
H A Dgic.c710 intr_establish_xname(SOFTINT_NET, IPL_SOFTNET, IST_MPSAFE | IST_EDGE, in armgic_attach()
711 pic_handle_softint, (void *)SOFTINT_NET, "softint net"); in armgic_attach()
/netbsd-src/sys/arch/arm/arm32/
H A Darm32_machdep.c648 ((IPL_SOFTNET - IPL_SOFTCLOCK) << (SOFTINT_NET * 4)) | \
680 KASSERT(level != SOFTINT_NET || *machdep == (1 << (IPL_SOFTNET - IPL_SOFTCLOCK))); in softint_init_md()
/netbsd-src/sys/arch/sparc64/sparc64/
H A Dintr.c339 case SOFTINT_NET: in softint_init_md()
/netbsd-src/sys/arch/evbarm/g42xxeb/
H A Dobio.c257 sc->sc_si = softint_establish(SOFTINT_NET, obio_softint, sc); in obio_attach()
/netbsd-src/sys/arch/alpha/alpha/
H A Dinterrupt.c475 __CTASSERT(SOFTINT_TO_IPL(SOFTINT_NET) == ALPHA_PSL_IPL_SOFT_HI);
/netbsd-src/sys/arch/atari/atari/
H A Dmachdep.c603 si_callback_cookie = softint_establish(SOFTINT_NET, in init_sicallback()
/netbsd-src/sys/netbt/
H A Dhci_unit.c162 unit->hci_rxint = softint_establish(SOFTINT_NET, &hci_intr, unit); in hci_enable()
/netbsd-src/sys/net/
H A Dpktqueue.c167 const u_int sflags = SOFTINT_NET | SOFTINT_MPSAFE | SOFTINT_RCPU; in pktq_create()
/netbsd-src/sys/opencrypto/
H A Dcrypto.c574 crypto_q_si = softint_establish(SOFTINT_NET|SOFTINT_MPSAFE, cryptointr, NULL); in crypto_init0()
599 crypto_ret_si = softint_establish(SOFTINT_NET|SOFTINT_MPSAFE|SOFTINT_RCPU, in crypto_init_finalize()

123