EP_ID_FOR_TRB
#define EP_ID_FOR_TRB(p) ((((p) + 1) << 16) & GENMASK(20, 16))
#define EP_ID_FOR_TRB(p) (((p) & 0x1f) << 16)