TRB_TO_STREAM_ID
#define TRB_TO_STREAM_ID(p) ((((p) & GENMASK(31, 16)) >> 16))
#define TRB_TO_STREAM_ID(p) ((((p) & (0xffff << 16)) >> 16))