Lines Matching defs:queue
302 /* Per TX-queue statistics are dynamically appended */
357 /* Include per-queue statistics */
517 * number of per TX queue statistics
968 /* Locked version of the per-ring TX reclaim, but does not wake the queue */
1313 u16 queue;
1316 queue = skb_get_queue_mapping(skb);
1317 txq = netdev_get_tx_queue(dev, queue);
1318 ring = &priv->tx_rings[queue];
1324 netdev_err(dev, "queue %d awake and ring full!\n", queue);
1572 /* Enable the ring queue in the arbiter */
1714 /* Operate the queue in ring mode */
2283 u16 queue = skb_get_queue_mapping(skb);
2290 /* DSA tagging layer will have configured the correct queue */
2291 q = BRCM_TAG_GET_QUEUE(queue);
2292 port = BRCM_TAG_GET_PORT(queue);
2332 /* We can't be setting up queue inspection for non directly attached
2346 * per-port (slave_dev) network devices queue, we achieve just that.