Searched defs:MAX_PACKET_DECODED (Results 1 – 3 of 3) sorted by relevance
656 #define MAX_PACKET_DECODED(p) (((p) >> 16) & 0xffff) macro
698 #define MAX_PACKET_DECODED(p) (((p) & GENMASK(31, 16)) >> 16) macro
520 #define MAX_PACKET_DECODED(p) (((p) >> 16) & 0xffff) macro