Lines Matching defs:queue
30 struct list_head queue;
253 INIT_LIST_HEAD(&ep_data->queue);
292 if (!list_empty(&ep_data->queue))
296 list_del(&ep_data->queue);
315 /* loop waiting for all transfers in the endpoint queue to complete */
401 if (list_empty(&urbp->ep_data->queue))
407 last_urb = list_entry(urbp->ep_data->queue.prev,
419 /* Add the URB to the endpoint queue */
420 list_add_tail(&urbp->hep_node, &urbp->ep_data->queue);
785 if (!list_empty(&ep_data->queue)) {
788 urb = list_entry(ep_data->queue.next,