SW_TO_HW_IPL
#define SW_TO_HW_IPL(ipl) ((ipl) - 1)
#define SW_TO_HW_IPL(ipl) ((IPL_HIGH - (ipl)) << 3)