Searched refs:next_async (Results 1 – 2 of 2) sorted by relevance
315 if (sl811->next_async) in start()316 ep = sl811->next_async; in start()333 sl811->next_async = NULL; in start()335 sl811->next_async = container_of(ep->schedule.next, in start()445 if (ep == sl811->next_async) in finish_request()446 sl811->next_async = NULL; in finish_request()
138 struct sl811h_ep *next_async; member