Lines Matching refs:dev_queue
1713 struct netdev_queue *dev_queue; in taprio_init() local
1716 dev_queue = netdev_get_tx_queue(dev, i); in taprio_init()
1717 qdisc = qdisc_create_dflt(dev_queue, in taprio_init()
1747 old = dev_graft_qdisc(qdisc->dev_queue, qdisc); in taprio_attach()
1749 old = dev_graft_qdisc(qdisc->dev_queue, sch); in taprio_attach()
1781 struct netdev_queue *dev_queue = taprio_queue_get(sch, cl); in taprio_graft() local
1783 if (!dev_queue) in taprio_graft()
1790 *old = dev_graft_qdisc(dev_queue, new); in taprio_graft()
1943 struct netdev_queue *dev_queue = taprio_queue_get(sch, cl); in taprio_leaf() local
1945 if (!dev_queue) in taprio_leaf()
1948 return dev_queue->qdisc_sleeping; in taprio_leaf()
1963 struct netdev_queue *dev_queue = taprio_queue_get(sch, cl); in taprio_dump_class() local
1967 tcm->tcm_info = dev_queue->qdisc_sleeping->handle; in taprio_dump_class()
1977 struct netdev_queue *dev_queue = taprio_queue_get(sch, cl); in taprio_dump_class_stats() local
1979 sch = dev_queue->qdisc_sleeping; in taprio_dump_class_stats()