Searched defs:TRB_TO_STREAM_ID (Results 1 – 2 of 2) sorted by relevance
976 #define TRB_TO_STREAM_ID(p) ((((p) & GENMASK(31, 16)) >> 16)) macro
1284 #define TRB_TO_STREAM_ID(p) ((((p) & (0xffff << 16)) >> 16)) macro