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