Lines Matching refs:dev_queue

1126 		struct netdev_queue *dev_queue = netdev_get_tx_queue(dev, ntx);
1129 qdisc = qdisc_create_dflt(dev_queue, &pfifo_qdisc_ops,
1169 old = dev_graft_qdisc(qdisc->dev_queue, qdisc);
1174 struct netdev_queue *dev_queue = netdev_get_tx_queue(dev, ntx);
1175 struct Qdisc *old = dev_graft_qdisc(dev_queue, NULL);
1191 struct netdev_queue *dev_queue = netdev_get_tx_queue(dev, ntx);
1192 struct Qdisc *old = dev_graft_qdisc(dev_queue, sch);
1377 return sch->dev_queue;
1390 htb_graft_helper(struct netdev_queue *dev_queue, struct Qdisc *new_q)
1392 struct net_device *dev = dev_queue->dev;
1397 old_q = dev_graft_qdisc(dev_queue, new_q);
1412 WARN_ON(cl->leaf.q->dev_queue != queue);
1436 cl_old->leaf.q->dev_queue = queue_new;
1452 struct netdev_queue *dev_queue = sch->dev_queue;
1461 dev_queue = htb_offload_get_queue(cl);
1464 new = qdisc_create_dflt(dev_queue, &pfifo_qdisc_ops,
1472 /* One ref for cl->leaf.q, the other for dev_queue->qdisc. */
1474 old_q = htb_graft_helper(dev_queue, new);
1535 struct netdev_queue *dev_queue,
1540 /* One ref for cl->leaf.q, the other for dev_queue->qdisc. */
1543 old_q = htb_graft_helper(dev_queue, new_q);
1552 struct netdev_queue *dev_queue;
1561 dev_queue = htb_offload_get_queue(cl);
1567 old = htb_graft_helper(dev_queue, NULL);
1593 htb_graft_helper(dev_queue, old);
1728 struct netdev_queue *dev_queue = sch->dev_queue;
1731 dev_queue = htb_offload_get_queue(cl);
1733 new_q = qdisc_create_dflt(dev_queue, &pfifo_qdisc_ops,
1739 htb_parent_to_leaf_offload(sch, dev_queue, new_q);
1780 struct netdev_queue *dev_queue;
1898 dev_queue = sch->dev_queue;
1900 /* Assign a dev_queue to this classid. */
1919 dev_queue = netdev_get_tx_queue(dev, offload_opt.qid);
1921 dev_queue = htb_offload_get_queue(parent);
1922 old_q = htb_graft_helper(dev_queue, NULL);
1939 htb_graft_helper(dev_queue, old_q);
1947 new_q = qdisc_create_dflt(dev_queue, &pfifo_qdisc_ops,
1953 * dev_queue->qdisc.
1957 old_q = htb_graft_helper(dev_queue, new_q);
1982 cl->leaf.offload_queue = dev_queue;