Home
last modified time | relevance | path

Searched refs:nak_count (Results 1 – 2 of 2) sorted by relevance

/drivers/usb/host/
Dsl811-hcd.c190 PACKET("STATUS%s/%s qh%p\n", ep->nak_count ? "/retry" : "", in status_packet()
227 PACKET("IN%s/%d qh%p len%d\n", ep->nak_count ? "/retry" : "", in in_packet()
270 PACKET("OUT%s/%d qh%p len%d\n", ep->nak_count ? "/retry" : "", in out_packet()
373 } else if (ep->nak_count) in start()
491 ep->nak_count++; in done()
502 ep->nak_count = ep->error_count = 0; in done()
567 ep->nak_count = ep->error_count = 0; in done()
1449 ep->nak_count, ep->error_count); in sl811h_show()
Dsl811.h178 u16 nak_count; member