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