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