HW_TO_SW_IPL
#define HW_TO_SW_IPL(ipl) ((ipl) + 1)
#define HW_TO_SW_IPL(ipl) (IPL_HIGH - ((ipl) >> 3))