Lines Matching +full:in +full:- +full:band
1 .. SPDX-License-Identifier: GPL-2.0
11 ---------------------------------------------------------
19 exist in memory.
22 netdev->queue_lock today. Therefore base drivers should use the
24 device is still operational. netdev->queue_lock is still used when the device
33 A new round-robin qdisc, sch_multiq also supports multiple hardware queues. The
35 bands and queues based on the value in skb->queue_mapping. Use this field in
38 sch_multiq has been added for hardware that wishes to avoid head-of-line
40 associated with the band is not stopped prior to dequeuing a packet.
43 hardware. Once the association is made, any skb with skb->queue_mapping set,
44 will be queued to the band associated with the hardware queue.
58 queues, the band mapping would look like::
60 band 0 => queue 0
61 band 1 => queue 1
62 band 2 => queue 2
63 band 3 => queue 3
66 function or based on netdev->select_queue() if you have it defined.