TB_FLAGS_ISUFP
sc->flags |= TB_FLAGS_ISUFP;
#define TB_IS_UFP(sc) (((sc)->flags & TB_FLAGS_ISUFP) != 0)
#define TB_IS_DFP(sc) (((sc)->flags & TB_FLAGS_ISUFP) == 0)