Searched refs:QTD_LENGTH (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Doxu210hp.h209 #define QTD_LENGTH(tok) (((tok)>>16) & 0x7fff) macro
240 #define IS_SHORT_READ(token) (QTD_LENGTH(token) != 0 && QTD_PID(token) == 1)
H A Dehci.h223 #define QTD_LENGTH(tok) (((tok)>>16) & 0x7fff) macro
253 #define IS_SHORT_READ(token) (QTD_LENGTH (token) != 0 && QTD_PID (token) == 1)
H A Dehci-q.c204 urb->actual_length += length - QTD_LENGTH (token);
392 qtd->length - QTD_LENGTH(token), qtd->length, qh->xacterrs);
H A Dehci-dbg.c479 else if (QTD_LENGTH (scratch)) {
H A Doxu210hp-hcd.c869 urb->actual_length += length - QTD_LENGTH(token);

Completed in 51 milliseconds