Searched refs:SIR_NET (Results 1 – 4 of 4) sorted by relevance
113 #define SIR_NET 0 macro127 #define setsoftnet() (sir.sir_which[SIR_NET] = 1, setsoftint())
95 #define SIR_NET 30 macro235 #define setsoftnet() softintr(1 << SIR_NET)
120 if (sir.sir_which[SIR_NET]) {127 sir.sir_which[SIR_NET] = 0;
322 IMASK(IPL_SOFTNET) |= 1 << SIR_NET; in intr_calculatemasks()