Searched refs:nak_count (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | sl811-hcd.c | 191 PACKET("STATUS%s/%s qh%p\n", ep->nak_count ? "/retry" : "", in status_packet() 228 PACKET("IN%s/%d qh%p len%d\n", ep->nak_count ? "/retry" : "", in in_packet() 271 PACKET("OUT%s/%d qh%p len%d\n", ep->nak_count ? "/retry" : "", in out_packet() 374 } else if (ep->nak_count) in start() 492 ep->nak_count++; in done() 503 ep->nak_count = ep->error_count = 0; in done() 568 ep->nak_count = ep->error_count = 0; in done() 1450 ep->nak_count, ep->error_count); in sl811h_debug_show()
|
H A D | sl811.h | 179 u16 nak_count; member
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | sl811-hcd.c | 191 PACKET("STATUS%s/%s qh%p\n", ep->nak_count ? "/retry" : "", in status_packet() 228 PACKET("IN%s/%d qh%p len%d\n", ep->nak_count ? "/retry" : "", in in_packet() 271 PACKET("OUT%s/%d qh%p len%d\n", ep->nak_count ? "/retry" : "", in out_packet() 374 } else if (ep->nak_count) in start() 492 ep->nak_count++; in done() 503 ep->nak_count = ep->error_count = 0; in done() 568 ep->nak_count = ep->error_count = 0; in done() 1450 ep->nak_count, ep->error_count); in sl811h_debug_show()
|
H A D | sl811.h | 178 u16 nak_count; member
|
Completed in 5 milliseconds