Lines Matching defs:queue
141 * queue from outbound SKBs, but these never reference back to the
217 * The file owning the queue got closed, give up both
222 * to the queue again after destroying it.
248 * Select a queue based on the rxq of the device on which this packet
250 * to select a queue. If all fails, find the first available queue.
257 struct tap_queue *queue = NULL;
259 * isn't. Below we use it to lookup a queue, but treat it as a hint
261 * racing against queue removal.
272 /* Check if we can use flow to select a queue */
275 queue = rcu_dereference(tap->taps[rxq % numvtaps]);
285 queue = rcu_dereference(tap->taps[rxq]);
290 queue = rcu_dereference(tap->taps[0]);
292 return queue;
868 /* Read frames from the queue */