Searched refs:IPL_SOFTSERIAL (Results 1 – 7 of 7) sorted by relevance
55 #define IPL_SOFTSERIAL 4 /* serial */ macro
54 #define splsoftserial() splraise(IPL_SOFTSERIAL)
123 #define IPL_SOFTSERIAL 0 /* serial software interrupts */ macro
501 case IPL_SOFTSERIAL: in ipl2si()
698 softintr_dispatch(IPL_SOFTSERIAL); in tmu1_intr()
340 zs->zsc_sih = softintr_establish(IPL_SOFTSERIAL, zs_ioasic_softintr, zs); in zs_ioasic_attach()
450 sc->sc_si = softintr_establish(IPL_SOFTSERIAL, scifsoft, sc); in scif_attach()