Lines Matching defs:queue
751 /* A dequeue operation only pulls frames from a single queue
752 * into the store. Return the frame queue as an out param.
1466 /* TxConf FQ selection relies on queue id from the stack.
1468 * a queue affined to the same core that processed the Rx frame
2077 /* FQ taildrop: threshold is in bytes, per frame queue. Enabled if
2918 netdev_warn_once(net_dev, "Error setting XPS queue\n");
3354 /* We have exactly one Rx error queue per DPNI */
3638 struct dpni_queue queue;
3655 &queue, &qid);
3885 struct dpni_queue queue;
3890 DPNI_QUEUE_RX, fq->tc, fq->flowid, &queue, &qid);
3898 queue.destination.id = fq->channel->dpcon_id;
3899 queue.destination.type = DPNI_DEST_DPCON;
3900 queue.destination.priority = 1;
3901 queue.user_context = (u64)(uintptr_t)fq;
3905 &queue);
3937 struct dpni_queue queue;
3944 &queue, &qid);
3957 &queue, &qid);
3965 queue.destination.id = fq->channel->dpcon_id;
3966 queue.destination.type = DPNI_DEST_DPCON;
3967 queue.destination.priority = 0;
3968 queue.user_context = (u64)(uintptr_t)fq;
3972 &queue);
4334 dev_dbg(dev, "Rx cls disabled for single queue DPNIs\n");