Lines Matching refs:dev_queue
1675 struct netdev_queue *dev_queue; in taprio_init() local
1678 dev_queue = netdev_get_tx_queue(dev, i); in taprio_init()
1679 qdisc = qdisc_create_dflt(dev_queue, in taprio_init()
1714 struct netdev_queue *dev_queue = taprio_queue_get(sch, cl); in taprio_graft() local
1716 if (!dev_queue) in taprio_graft()
1872 struct netdev_queue *dev_queue = taprio_queue_get(sch, cl); in taprio_leaf() local
1874 if (!dev_queue) in taprio_leaf()
1877 return dev_queue->qdisc_sleeping; in taprio_leaf()
1892 struct netdev_queue *dev_queue = taprio_queue_get(sch, cl); in taprio_dump_class() local
1896 tcm->tcm_info = dev_queue->qdisc_sleeping->handle; in taprio_dump_class()
1906 struct netdev_queue *dev_queue = taprio_queue_get(sch, cl); in taprio_dump_class_stats() local
1908 sch = dev_queue->qdisc_sleeping; in taprio_dump_class_stats()