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