Lines Matching defs:queue
620 /* A dequeue operation only pulls frames from a single queue
621 * into the store. Return the frame queue as an out param.
1132 /* TxConf FQ selection relies on queue id from the stack.
1134 * a queue affined to the same core that processed the Rx frame
1623 /* FQ taildrop: threshold is in bytes, per frame queue. Enabled if
2405 netdev_warn_once(net_dev, "Error setting XPS queue\n");
2830 /* We have exactly one Rx error queue per DPNI */
3066 struct dpni_queue queue;
3083 &queue, &qid);
3313 struct dpni_queue queue;
3318 DPNI_QUEUE_RX, fq->tc, fq->flowid, &queue, &qid);
3326 queue.destination.id = fq->channel->dpcon_id;
3327 queue.destination.type = DPNI_DEST_DPCON;
3328 queue.destination.priority = 1;
3329 queue.user_context = (u64)(uintptr_t)fq;
3333 &queue);
3365 struct dpni_queue queue;
3372 &queue, &qid);
3385 &queue, &qid);
3393 queue.destination.id = fq->channel->dpcon_id;
3394 queue.destination.type = DPNI_DEST_DPCON;
3395 queue.destination.priority = 0;
3396 queue.user_context = (u64)(uintptr_t)fq;
3400 &queue);
3762 dev_dbg(dev, "Rx cls disabled for single queue DPNIs\n");