Lines Matching refs:dev_queue
1790 struct netdev_queue *dev_queue; in taprio_init() local
1793 dev_queue = netdev_get_tx_queue(dev, i); in taprio_init()
1794 qdisc = qdisc_create_dflt(dev_queue, in taprio_init()
1824 old = dev_graft_qdisc(qdisc->dev_queue, qdisc); in taprio_attach()
1826 old = dev_graft_qdisc(qdisc->dev_queue, sch); in taprio_attach()
1858 struct netdev_queue *dev_queue = taprio_queue_get(sch, cl); in taprio_graft() local
1860 if (!dev_queue) in taprio_graft()
1867 *old = dev_graft_qdisc(dev_queue, new); in taprio_graft()
2046 struct netdev_queue *dev_queue = taprio_queue_get(sch, cl); in taprio_leaf() local
2048 if (!dev_queue) in taprio_leaf()
2051 return dev_queue->qdisc_sleeping; in taprio_leaf()
2066 struct netdev_queue *dev_queue = taprio_queue_get(sch, cl); in taprio_dump_class() local
2070 tcm->tcm_info = dev_queue->qdisc_sleeping->handle; in taprio_dump_class()
2080 struct netdev_queue *dev_queue = taprio_queue_get(sch, cl); in taprio_dump_class_stats() local
2082 sch = dev_queue->qdisc_sleeping; in taprio_dump_class_stats()