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