SLOT_ID_FOR_TRB
#define SLOT_ID_FOR_TRB(p) (((p) << 24) & GENMASK(31, 24))
#define SLOT_ID_FOR_TRB(p) (((p) & 0xff) << 24)