M_ULP_MODE
#define G_ULP_MODE(x) (((x) >> S_ULP_MODE) & M_ULP_MODE)
MPASS(cp->ulp_mode >= 0 && cp->ulp_mode <= M_ULP_MODE);