Lines Matching refs:netdev_queue
2267 void netif_schedule_queue(struct netdev_queue *txq) in netif_schedule_queue()
2288 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in netif_wake_subqueue()
2301 void netif_tx_wake_queue(struct netdev_queue *dev_queue) in netif_tx_wake_queue()
2708 struct netdev_queue *txq, bool more) in xmit_one()
2725 struct netdev_queue *txq, int *ret) in dev_hard_start_xmit()
2872 struct netdev_queue *txq) in __dev_xmit_skb()
3022 struct netdev_queue *netdev_pick_tx(struct net_device *dev, in netdev_pick_tx()
3078 struct netdev_queue *txq; in __dev_queue_xmit()
6549 struct netdev_queue *queue, void *_unused) in netdev_init_one_queue()
6570 struct netdev_queue *tx; in netif_alloc_netdev_queues()
6595 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_stop_all_queues()
7013 struct netdev_queue *dev_ingress_queue_create(struct net_device *dev) in dev_ingress_queue_create()
7015 struct netdev_queue *queue = dev_ingress_queue(dev); in dev_ingress_queue_create()