Lines Matching refs:dev_queue
1720 struct netdev_queue *dev_queue; in taprio_init() local
1723 dev_queue = netdev_get_tx_queue(dev, i); in taprio_init()
1724 qdisc = qdisc_create_dflt(dev_queue, in taprio_init()
1754 old = dev_graft_qdisc(qdisc->dev_queue, qdisc); in taprio_attach()
1756 old = dev_graft_qdisc(qdisc->dev_queue, sch); in taprio_attach()
1788 struct netdev_queue *dev_queue = taprio_queue_get(sch, cl); in taprio_graft() local
1790 if (!dev_queue) in taprio_graft()
1797 *old = dev_graft_qdisc(dev_queue, new); in taprio_graft()
1950 struct netdev_queue *dev_queue = taprio_queue_get(sch, cl); in taprio_leaf() local
1952 if (!dev_queue) in taprio_leaf()
1955 return dev_queue->qdisc_sleeping; in taprio_leaf()
1970 struct netdev_queue *dev_queue = taprio_queue_get(sch, cl); in taprio_dump_class() local
1974 tcm->tcm_info = dev_queue->qdisc_sleeping->handle; in taprio_dump_class()
1984 struct netdev_queue *dev_queue = taprio_queue_get(sch, cl); in taprio_dump_class_stats() local
1986 sch = dev_queue->qdisc_sleeping; in taprio_dump_class_stats()