Lines Matching refs:dev_queue
1623 struct netdev_queue *dev_queue; in taprio_init() local
1626 dev_queue = netdev_get_tx_queue(dev, i); in taprio_init()
1627 qdisc = qdisc_create_dflt(dev_queue, in taprio_init()
1662 struct netdev_queue *dev_queue = taprio_queue_get(sch, cl); in taprio_graft() local
1664 if (!dev_queue) in taprio_graft()
1820 struct netdev_queue *dev_queue = taprio_queue_get(sch, cl); in taprio_leaf() local
1822 if (!dev_queue) in taprio_leaf()
1825 return dev_queue->qdisc_sleeping; in taprio_leaf()
1840 struct netdev_queue *dev_queue = taprio_queue_get(sch, cl); in taprio_dump_class() local
1844 tcm->tcm_info = dev_queue->qdisc_sleeping->handle; in taprio_dump_class()
1854 struct netdev_queue *dev_queue = taprio_queue_get(sch, cl); in taprio_dump_class_stats() local
1856 sch = dev_queue->qdisc_sleeping; in taprio_dump_class_stats()