Lines Matching refs:dev_queue

1127 		struct netdev_queue *dev_queue = netdev_get_tx_queue(dev, ntx);  in htb_init()  local
1130 qdisc = qdisc_create_dflt(dev_queue, &pfifo_qdisc_ops, in htb_init()
1170 old = dev_graft_qdisc(qdisc->dev_queue, qdisc); in htb_attach_offload()
1175 struct netdev_queue *dev_queue = netdev_get_tx_queue(dev, ntx); in htb_attach_offload() local
1176 struct Qdisc *old = dev_graft_qdisc(dev_queue, NULL); in htb_attach_offload()
1192 struct netdev_queue *dev_queue = netdev_get_tx_queue(dev, ntx); in htb_attach_software() local
1193 struct Qdisc *old = dev_graft_qdisc(dev_queue, sch); in htb_attach_software()
1378 return sch->dev_queue; in htb_select_queue()
1391 htb_graft_helper(struct netdev_queue *dev_queue, struct Qdisc *new_q) in htb_graft_helper() argument
1393 struct net_device *dev = dev_queue->dev; in htb_graft_helper()
1398 old_q = dev_graft_qdisc(dev_queue, new_q); in htb_graft_helper()
1413 WARN_ON(cl->leaf.q->dev_queue != queue); in htb_offload_get_queue()
1437 cl_old->leaf.q->dev_queue = queue_new; in htb_offload_move_qdisc()
1453 struct netdev_queue *dev_queue = sch->dev_queue; in htb_graft() local
1462 dev_queue = htb_offload_get_queue(cl); in htb_graft()
1465 new = qdisc_create_dflt(dev_queue, &pfifo_qdisc_ops, in htb_graft()
1475 old_q = htb_graft_helper(dev_queue, new); in htb_graft()
1536 struct netdev_queue *dev_queue, in htb_parent_to_leaf_offload() argument
1544 old_q = htb_graft_helper(dev_queue, new_q); in htb_parent_to_leaf_offload()
1553 struct netdev_queue *dev_queue; in htb_destroy_class_offload() local
1562 dev_queue = htb_offload_get_queue(cl); in htb_destroy_class_offload()
1568 old = htb_graft_helper(dev_queue, NULL); in htb_destroy_class_offload()
1594 htb_graft_helper(dev_queue, old); in htb_destroy_class_offload()
1727 struct netdev_queue *dev_queue = sch->dev_queue; in htb_delete() local
1730 dev_queue = htb_offload_get_queue(cl); in htb_delete()
1732 new_q = qdisc_create_dflt(dev_queue, &pfifo_qdisc_ops, in htb_delete()
1738 htb_parent_to_leaf_offload(sch, dev_queue, new_q); in htb_delete()
1779 struct netdev_queue *dev_queue; in htb_change_class() local
1905 dev_queue = sch->dev_queue; in htb_change_class()
1924 dev_queue = netdev_get_tx_queue(dev, offload_opt.qid); in htb_change_class()
1926 dev_queue = htb_offload_get_queue(parent); in htb_change_class()
1927 old_q = htb_graft_helper(dev_queue, NULL); in htb_change_class()
1942 htb_graft_helper(dev_queue, old_q); in htb_change_class()
1950 new_q = qdisc_create_dflt(dev_queue, &pfifo_qdisc_ops, in htb_change_class()
1960 old_q = htb_graft_helper(dev_queue, new_q); in htb_change_class()
1985 cl->leaf.offload_queue = dev_queue; in htb_change_class()