Lines Matching refs:dev_queue
229 struct netdev_queue *dev_queue;
269 dev_queue = netdev_get_tx_queue(dev, i);
270 qdisc = qdisc_create_dflt(dev_queue,
341 old = dev_graft_qdisc(qdisc->dev_queue, qdisc);
388 struct netdev_queue *dev_queue = mqprio_queue_get(sch, cl);
390 if (!dev_queue)
396 *old = dev_graft_qdisc(dev_queue, new);
525 struct netdev_queue *dev_queue = mqprio_queue_get(sch, cl);
527 if (!dev_queue)
530 return dev_queue->qdisc_sleeping;
556 struct netdev_queue *dev_queue = mqprio_queue_get(sch, cl);
563 tcm->tcm_info = dev_queue->qdisc_sleeping->handle;
587 * hold here is the look on dev_queue->qdisc_sleeping
628 struct netdev_queue *dev_queue = mqprio_queue_get(sch, cl);
630 sch = dev_queue->qdisc_sleeping;