Searched refs:QTD_LENGTH (Results 1 – 6 of 6) sorted by relevance
324 #define QTD_LENGTH(tok) (((tok)>>16) & 0x7fff) macro354 #define IS_SHORT_READ(token) (QTD_LENGTH(token) != 0 && QTD_PID(token) == 1)
401 else if (QTD_LENGTH(scratch)) { in qh_lines()2140 urb->actual_length += length - QTD_LENGTH(token); in qtd_copy_status()2331 qtd->length - QTD_LENGTH(token), in qh_completions()
297 #define QTD_LENGTH(tok) (((tok)>>16) & 0x7fff) macro327 #define IS_SHORT_READ(token) (QTD_LENGTH(token) != 0 && QTD_PID(token) == 1)
199 urb->actual_length += length - QTD_LENGTH (token); in qtd_copy_status()378 qtd->length - QTD_LENGTH(token), qtd->length, qh->xacterrs); in qh_completions()
240 #define QTD_LENGTH(tok) (((tok)>>16) & 0x7fff) macro271 #define IS_SHORT_READ(token) (QTD_LENGTH(token) != 0 && QTD_PID(token) == 1)1301 urb->actual_length += length - QTD_LENGTH(token); in qtd_copy_status()
426 } else if (QTD_LENGTH(scratch)) { in qh_lines()