Searched refs:asyncreq (Results 1 – 3 of 3) sorted by relevance
173 active = device->asyncreq; in add_to_async_list()175 device->asyncreq = busrequest; in add_to_async_list()176 device->asyncreq->inusenext = NULL; in add_to_async_list()178 for (async = device->asyncreq; in add_to_async_list()
1825 while (device->asyncreq) { in async_task()1826 request = device->asyncreq; in async_task()1828 device->asyncreq = request->inusenext; in async_task()1830 device->asyncreq = NULL; in async_task()
196 struct bus_request *asyncreq; /* request for async tasklet */ member