Home
last modified time | relevance | path

Searched refs:netdev_for_each_tx_queue (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/hamradio/
H A Dbpqether.c128 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 Dnfp_net_repr.c311 netdev_for_each_tx_queue(dev, nfp_repr_set_lockdep_class_one, NULL); in nfp_repr_set_lockdep_class()
/linux/net/netrom/
H A Daf_netrom.c85 netdev_for_each_tx_queue(dev, nr_set_lockdep_one, NULL); in nr_set_lockdep_key()
/linux/net/rose/
H A Daf_rose.c86 netdev_for_each_tx_queue(dev, rose_set_lockdep_one, NULL); in rose_set_lockdep_key()
/linux/include/linux/
H A Dnetdevice.h2581 static inline void netdev_for_each_tx_queue(struct net_device *dev, in netdev_for_each_tx_queue() function
/linux/net/core/
H A Ddev.c10749 netdev_for_each_tx_queue(dev, netdev_init_one_queue, NULL); in netif_alloc_netdev_queues()