TRB_TO_SLOT_ID
#define TRB_TO_SLOT_ID(p) (((p) & GENMASK(31, 24)) >> 24)
#define TRB_TO_SLOT_ID(p) (((p) >> 24) & 0xff)