Lines Matching refs:netdev_queue
539 struct netdev_queue { struct
575 static inline int netdev_queue_numa_node_read(const struct netdev_queue *q) in netdev_queue_numa_node_read() argument
584 static inline void netdev_queue_numa_node_write(struct netdev_queue *q, int node) in netdev_queue_numa_node_write()
1189 struct netdev_queue __rcu *ingress_queue;
1194 struct netdev_queue *_tx ____cacheline_aligned_in_smp;
1362 struct netdev_queue *netdev_get_tx_queue(const struct net_device *dev, in netdev_get_tx_queue()
1370 struct netdev_queue *, in netdev_for_each_tx_queue() argument
1762 static inline void netif_schedule_queue(struct netdev_queue *txq) in netif_schedule_queue()
1776 static inline void netif_tx_start_queue(struct netdev_queue *dev_queue) in netif_tx_start_queue()
1797 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_start_all_queues()
1802 static inline void netif_tx_wake_queue(struct netdev_queue *dev_queue) in netif_tx_wake_queue()
1831 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_wake_all_queues()
1836 static inline void netif_tx_stop_queue(struct netdev_queue *dev_queue) in netif_tx_stop_queue()
1862 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_stop_all_queues()
1867 static inline bool netif_tx_queue_stopped(const struct netdev_queue *dev_queue) in netif_tx_queue_stopped()
1883 static inline bool netif_xmit_stopped(const struct netdev_queue *dev_queue) in netif_xmit_stopped()
1888 static inline bool netif_xmit_frozen_or_stopped(const struct netdev_queue *dev_queue) in netif_xmit_frozen_or_stopped()
1893 static inline void netdev_tx_sent_queue(struct netdev_queue *dev_queue, in netdev_tx_sent_queue()
1922 static inline void netdev_tx_completed_queue(struct netdev_queue *dev_queue, in netdev_tx_completed_queue()
1952 static inline void netdev_tx_reset_queue(struct netdev_queue *q) in netdev_tx_reset_queue()
1992 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in netif_start_subqueue()
2006 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in netif_stop_subqueue()
2024 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in __netif_subqueue_stopped()
2044 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in netif_wake_subqueue()
2156 struct netdev_queue *txq);
2339 static inline void __netif_tx_lock(struct netdev_queue *txq, int cpu) in __netif_tx_lock()
2345 static inline void __netif_tx_lock_bh(struct netdev_queue *txq) in __netif_tx_lock_bh()
2351 static inline bool __netif_tx_trylock(struct netdev_queue *txq) in __netif_tx_trylock()
2359 static inline void __netif_tx_unlock(struct netdev_queue *txq) in __netif_tx_unlock()
2365 static inline void __netif_tx_unlock_bh(struct netdev_queue *txq) in __netif_tx_unlock_bh()
2371 static inline void txq_trans_update(struct netdev_queue *txq) in txq_trans_update()
2391 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_lock()
2416 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_unlock()
2454 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_disable()