Lines Matching defs:queue
62 * @queue_lock: synchronization of @queue operations
63 * @queue: incoming message queue
64 * @readq: wait object for incoming queue
77 struct sk_buff_head queue;
114 skb_queue_tail(&eptdev->queue, skb);
159 skb_queue_purge(&eptdev->queue);
179 /* Wait for data in the queue */
180 if (skb_queue_empty(&eptdev->queue)) {
188 !skb_queue_empty(&eptdev->queue) ||
199 skb = skb_dequeue(&eptdev->queue);
264 if (!skb_queue_empty(&eptdev->queue))
356 skb_queue_head_init(&eptdev->queue);