CTX_TO_EP_INTERVAL
#define CTX_TO_EP_INTERVAL(p) (((p) & GENMASK(23, 16)) >> 16)
#define CTX_TO_EP_INTERVAL(p) (((p) >> 16) & 0xff)