Searched refs:QTD_PID (Results 1 – 2 of 2) sorted by relevance
308 #define QTD_PID(tok) (((tok)>>8) & 0x3) macro335 #define IS_SHORT_READ(token) (QTD_LENGTH(token) != 0 && QTD_PID(token) == 1)
214 if (QTD_PID (token) != 2) in qtd_copy_status()242 status = (QTD_PID (token) == 1) /* IN ? */ in qtd_copy_status()
Completed in 12 milliseconds