PREFETCH
P4_GEN_ESCR_EMASK(P4_EVENT_IOQ_ALLOCATION, PREFETCH, 15),
P4_GEN_ESCR_EMASK(P4_EVENT_IOQ_ACTIVE_ENTRIES, PREFETCH, 15),
#define PREFETCH(_base, _depth) ((_base) << 16 | (_depth))
#define PREFETCH(base, depth) ((base) << 16 | (depth))
#define PREFETCH(_depth) (__mt7996_dma_prefetch_base(&base, (_depth)))
#undef PREFETCH