Searched defs:TRB_TO_SLOT_ID (Results 1 – 2 of 2) sorted by relevance
966 #define TRB_TO_SLOT_ID(p) (((p) & GENMASK(31, 24)) >> 24) macro
813 #define TRB_TO_SLOT_ID(p) (((p) >> 24) & 0xff) macro