Lines Matching refs:netdev_queue
2235 void netif_schedule_queue(struct netdev_queue *txq) in netif_schedule_queue()
2256 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in netif_wake_subqueue()
2269 void netif_tx_wake_queue(struct netdev_queue *dev_queue) in netif_tx_wake_queue()
2645 struct netdev_queue *txq, bool more) in xmit_one()
2662 struct netdev_queue *txq, int *ret) in dev_hard_start_xmit()
2809 struct netdev_queue *txq) in __dev_xmit_skb()
2934 struct netdev_queue *txq; in __dev_queue_xmit()
3529 static int ing_filter(struct sk_buff *skb, struct netdev_queue *rxq) in ing_filter()
3560 struct netdev_queue *rxq = rcu_dereference(skb->dev->ingress_queue); in handle_ing()
6281 struct netdev_queue *queue, void *_unused) in netdev_init_one_queue()
6302 struct netdev_queue *tx; in netif_alloc_netdev_queues()
6734 struct netdev_queue *dev_ingress_queue_create(struct net_device *dev) in dev_ingress_queue_create()
6736 struct netdev_queue *queue = dev_ingress_queue(dev); in dev_ingress_queue_create()