/netbsd-src/sys/arch/powerpc/powerpc/ |
H A D | softint_machdep.c | 49 __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 D | softint.h | 50 ((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 D | cpu_machdep.c | 61 #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 D | subr_xcall.c | 171 #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 D | intr.c | 69 spl_masks[IPL_SOFTNET] = irqmasks[IPL_SOFTNET]; in set_spl_masks()
|
/netbsd-src/sys/arch/or1k/include/ |
H A D | intr.h | 53 #define IPL_SOFTNET 3 /* software network interrupt */ macro 97 return _splraise(IPL_SOFTNET); in splsoftnet()
|
/netbsd-src/sys/arch/evbarm/iq80310/ |
H A D | iq80310_intr.c | 90 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 D | intr.h | 46 #define IPL_SOFTNET (IPL_SOFTBIO + 1) macro 47 #define IPL_SOFTSERIAL (IPL_SOFTNET + 1)
|
/netbsd-src/sys/arch/mips/include/ |
H A D | intr.h | 46 #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 D | softint_machdep.c | 47 ((IPL_SOFTNET - IPL_SOFTCLOCK) << (SOFTINT_NET * 4)) | \ 79 KASSERT(level != SOFTINT_NET || *machdep == (1 << (IPL_SOFTNET - IPL_SOFTCLOCK))); in softint_init_md()
|
H A D | spl.S | 150 li t1, IPL_SOFTNET 151 INT_L t0, _C_LABEL(ipl_sie_map) + SZINT * IPL_SOFTNET
|
/netbsd-src/sys/netinet/ |
H A D | wqinput.c | 102 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 D | ixp425_intr.c | 131 [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 D | intr.h | 44 #define IPL_SOFTNET 3 /* software network interrupt */ macro 186 return splraise(IPL_SOFTNET); in splsoftnet()
|
/netbsd-src/sys/arch/alpha/include/ |
H A D | intr.h | 111 #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 D | npf.c | 233 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 D | interrupt.c | 111 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 D | l2cap_misc.c | 75 "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 D | isa_irqhandler.c | 301 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 D | intrdefs.h | 35 #define IPL_SOFTNET 3 macro
|
/netbsd-src/sys/arch/arm/s3c2xx0/ |
H A D | s3c2410_intr.c | 83 [SI_SOFTNET] = IPL_SOFTNET, 284 s3c24x0_soft_imask[IPL_SOFTNET] = SI_TO_IRQBIT(SI_SOFTSERIAL); in init_interrupt_masks()
|
H A D | s3c2440_intr.c | 110 [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 D | intr.h | 42 #define IPL_SOFTNET 3 macro
|
/netbsd-src/sys/arch/acorn32/include/ |
H A D | intr.h | 46 #define IPL_SOFTNET 3 macro
|
/netbsd-src/sys/arch/hppa/include/ |
H A D | intrdefs.h | 10 #define IPL_SOFTNET 4 /* protocol stacks */ macro
|