IFM_L_COUNT_MASK
#define IFM_L_CPU_MASK ~(IFM_L_COUNT_MASK)
cnt = ifm->ifm_legacy & IFM_L_COUNT_MASK;
KASSERT(cnt < IFM_L_COUNT_MASK);