GET_TD_SIZE
#define GET_TD_SIZE(p) (((p) & GENMASK(21, 17)) >> 17)
#define GET_TD_SIZE(p) (((p) & 0x3e0000) >> 17)