Home
last modified time | relevance | path

Searched refs:IPL_SOFTNET (Results 1 – 25 of 186) sorted by relevance

12345678

/netbsd-src/sys/arch/powerpc/powerpc/
H A Dsoftint_machdep.c49 __CTASSERT(IPL_SOFTBIO < IPL_SOFTNET);
50 __CTASSERT(IPL_SOFTNET < IPL_SOFTSERIAL);
82 KASSERT(old_ipl < IPL_SOFTNET); in powerpc_softint()
83 if (softints & (1 << IPL_SOFTNET)) { in powerpc_softint()
84 softint_deliver(ci, IPL_SOFTNET); in powerpc_softint()
/netbsd-src/sys/arch/powerpc/include/
H A Dsoftint.h50 ((1 << IPL_SOFTSERIAL) | (1 << IPL_SOFTNET ) \
56 |(IPL_SOFTNET << (4*SOFTINT_NET )) \
62 |(SOFTINT_NET << (4*IPL_SOFTNET )) \
/netbsd-src/sys/arch/aarch64/aarch64/
H A Dcpu_machdep.c61 #elif IPL_SOFTSERIAL != IPL_SOFTNET + 1
63 #elif IPL_SOFTNET != IPL_SOFTBIO + 1
76 ((IPL_SOFTNET - IPL_SOFTCLOCK) << (SOFTINT_NET * 4)) | \
88 CTASSERT(SOFTIPLMASK(IPL_SOFTNET) == 0x00000008);
109 *machdep == (1 << (IPL_SOFTNET - IPL_SOFTCLOCK))); in softint_init_md()
/netbsd-src/sys/kern/
H A Dsubr_xcall.c171 #if IPL_SOFTNET != IPL_SOFTSERIAL in xc_init()
174 #if IPL_SOFTBIO != IPL_SOFTNET in xc_init()
201 #if IPL_SOFTNET != IPL_SOFTSERIAL in xc_encode_ipl()
202 case IPL_SOFTNET: in xc_encode_ipl()
205 #if IPL_SOFTBIO != IPL_SOFTNET in xc_encode_ipl()
/netbsd-src/sys/arch/arm/arm32/
H A Dintr.c69 spl_masks[IPL_SOFTNET] = irqmasks[IPL_SOFTNET]; in set_spl_masks()
/netbsd-src/sys/arch/or1k/include/
H A Dintr.h53 #define IPL_SOFTNET 3 /* software network interrupt */ macro
97 return _splraise(IPL_SOFTNET); in splsoftnet()
/netbsd-src/sys/arch/evbarm/iq80310/
H A Diq80310_intr.c90 IPL_SOFTNET, /* SI_SOFTNET */
174 iq80310_imask[IPL_SOFTNET] = 0; in iq80310_intr_calculate_masks()
182 iq80310_imask[IPL_SOFTNET] |= iq80310_imask[IPL_SOFTCLOCK]; in iq80310_intr_calculate_masks()
189 iq80310_imask[IPL_BIO] |= iq80310_imask[IPL_SOFTNET]; in iq80310_intr_calculate_masks()
/netbsd-src/sys/arch/riscv/include/
H A Dintr.h46 #define IPL_SOFTNET (IPL_SOFTBIO + 1) macro
47 #define IPL_SOFTSERIAL (IPL_SOFTNET + 1)
/netbsd-src/sys/arch/mips/include/
H A Dintr.h46 #define IPL_SOFTNET (IPL_SOFTBIO+1) macro
47 #define IPL_SOFTSERIAL (IPL_SOFTNET) /* shares SWINT with 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()
H A Dspl.S150 li t1, IPL_SOFTNET
151 INT_L t0, _C_LABEL(ipl_sie_map) + SZINT * IPL_SOFTNET
/netbsd-src/sys/netinet/
H A Dwqinput.c102 percpu_foreach_xcall(wqi->wqi_worklists, XC_HIGHPRI_IPL(IPL_SOFTNET), in wqinput_sysctl_drops_handler()
188 PRI_SOFTNET, IPL_SOFTNET, WQ_MPSAFE|WQ_PERCPU); in wqinput_create()
192 name, NULL, IPL_SOFTNET); in wqinput_create()
/netbsd-src/sys/arch/arm/xscale/
H A Dixp425_intr.c131 [SI_SOFTNET] = IPL_SOFTNET,
225 ixp425_imask[IPL_SOFTNET] = SI_TO_IRQBIT(SI_SOFTNET); in ixp425_intr_calculate_masks()
230 KASSERT(ixp425_imask[IPL_SOFTNET] == 0); in ixp425_intr_calculate_masks()
/netbsd-src/sys/arch/powerpc/include/booke/
H A Dintr.h44 #define IPL_SOFTNET 3 /* software network interrupt */ macro
186 return splraise(IPL_SOFTNET); in splsoftnet()
/netbsd-src/sys/arch/alpha/include/
H A Dintr.h111 #define IPL_SOFTNET ALPHA_PSL_IPL_SOFT_HI macro
114 #define IPL_SOFTNET ALPHA_PSL_IPL_SOFT_LO macro
/netbsd-src/sys/net/npf/
H A Dnpf.c233 percpu_foreach_xcall(npf->stats_percpu, XC_HIGHPRI_IPL(IPL_SOFTNET), in npfk_stats()
240 percpu_foreach_xcall(npf->stats_percpu, XC_HIGHPRI_IPL(IPL_SOFTNET), in npfk_stats_clear()
/netbsd-src/sys/arch/playstation2/playstation2/
H A Dinterrupt.c111 intc_intr_establish(I_CH12_TIMER3, IPL_SOFTNET, timer3_intr, 0); in interrupt_init()
158 [IPL_SOFTNET] = 3, in setsoft()
/netbsd-src/sys/netbt/
H A Dl2cap_misc.c75 "l2cap_req", NULL, IPL_SOFTNET); in l2cap_init()
77 "l2cap_pdu", NULL, IPL_SOFTNET); in l2cap_init()
/netbsd-src/sys/arch/shark/isa/
H A Disa_irqhandler.c301 irqmasks[IPL_SOFTNET] &= irqmasks[IPL_SOFTBIO]; in irq_calculatemasks()
302 irqmasks[IPL_SOFTSERIAL] &= irqmasks[IPL_SOFTNET]; in irq_calculatemasks()
/netbsd-src/sys/arch/usermode/include/
H A Dintrdefs.h35 #define IPL_SOFTNET 3 macro
/netbsd-src/sys/arch/arm/s3c2xx0/
H A Ds3c2410_intr.c83 [SI_SOFTNET] = IPL_SOFTNET,
284 s3c24x0_soft_imask[IPL_SOFTNET] = SI_TO_IRQBIT(SI_SOFTSERIAL); in init_interrupt_masks()
H A Ds3c2440_intr.c110 [SI_SOFTNET] = IPL_SOFTNET,
314 s3c24x0_soft_imask[IPL_SOFTNET] = SI_TO_IRQBIT(SI_SOFTSERIAL); in init_interrupt_masks()
/netbsd-src/sys/arch/shark/include/
H A Dintr.h42 #define IPL_SOFTNET 3 macro
/netbsd-src/sys/arch/acorn32/include/
H A Dintr.h46 #define IPL_SOFTNET 3 macro
/netbsd-src/sys/arch/hppa/include/
H A Dintrdefs.h10 #define IPL_SOFTNET 4 /* protocol stacks */ macro

12345678