EVENT_TRB_LEN
#define EVENT_TRB_LEN(p) ((p) & GENMASK(23, 0))
#define EVENT_TRB_LEN(p) ((p) & 0xffffff)