Searched refs:netdev_for_each_tx_queue (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/net/hamradio/ |
H A D | bpqether.c | 128 netdev_for_each_tx_queue(dev, bpq_set_lockdep_class_one, NULL); in bpq_set_lockdep_class()
|
/linux/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_net_repr.c | 311 netdev_for_each_tx_queue(dev, nfp_repr_set_lockdep_class_one, NULL); in nfp_repr_set_lockdep_class()
|
/linux/net/netrom/ |
H A D | af_netrom.c | 85 netdev_for_each_tx_queue(dev, nr_set_lockdep_one, NULL); in nr_set_lockdep_key()
|
/linux/net/rose/ |
H A D | af_rose.c | 86 netdev_for_each_tx_queue(dev, rose_set_lockdep_one, NULL); in rose_set_lockdep_key()
|
/linux/include/linux/ |
H A D | netdevice.h | 2581 static inline void netdev_for_each_tx_queue(struct net_device *dev, in netdev_for_each_tx_queue() function
|
/linux/net/core/ |
H A D | dev.c | 10749 netdev_for_each_tx_queue(dev, netdev_init_one_queue, NULL); in netif_alloc_netdev_queues()
|