Lines Matching refs:netdev_queue
668 struct netdev_queue { struct
751 static inline int netdev_queue_numa_node_read(const struct netdev_queue *q) in netdev_queue_numa_node_read()
760 static inline void netdev_queue_numa_node_write(struct netdev_queue *q, int node) in netdev_queue_numa_node_write()
2094 struct netdev_queue *_tx;
2317 struct netdev_queue __rcu *ingress_queue;
2628 struct netdev_queue *netdev_get_tx_queue(const struct net_device *dev, in netdev_get_tx_queue()
2635 static inline struct netdev_queue *skb_get_tx_queue(const struct net_device *dev, in skb_get_tx_queue()
2643 struct netdev_queue *, in netdev_for_each_tx_queue() argument
2655 struct netdev_queue *netdev_core_pick_tx(struct net_device *dev,
3521 void netif_schedule_queue(struct netdev_queue *txq);
3531 static __always_inline void netif_tx_start_queue(struct netdev_queue *dev_queue) in netif_tx_start_queue()
3552 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_start_all_queues()
3557 void netif_tx_wake_queue(struct netdev_queue *dev_queue);
3576 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_wake_all_queues()
3581 static __always_inline void netif_tx_stop_queue(struct netdev_queue *dev_queue) in netif_tx_stop_queue()
3607 static inline bool netif_tx_queue_stopped(const struct netdev_queue *dev_queue) in netif_tx_queue_stopped()
3623 static inline bool netif_xmit_stopped(const struct netdev_queue *dev_queue) in netif_xmit_stopped()
3629 netif_xmit_frozen_or_stopped(const struct netdev_queue *dev_queue) in netif_xmit_frozen_or_stopped()
3635 netif_xmit_frozen_or_drv_stopped(const struct netdev_queue *dev_queue) in netif_xmit_frozen_or_drv_stopped()
3650 static inline void netdev_queue_set_dql_min_limit(struct netdev_queue *dev_queue, in netdev_queue_set_dql_min_limit()
3658 static inline int netdev_queue_dql_avail(const struct netdev_queue *txq) in netdev_queue_dql_avail()
3675 static inline void netdev_txq_bql_enqueue_prefetchw(struct netdev_queue *dev_queue) in netdev_txq_bql_enqueue_prefetchw()
3689 static inline void netdev_txq_bql_complete_prefetchw(struct netdev_queue *dev_queue) in netdev_txq_bql_complete_prefetchw()
3706 static inline void netdev_tx_sent_queue(struct netdev_queue *dev_queue, in netdev_tx_sent_queue()
3742 static inline bool __netdev_tx_sent_queue(struct netdev_queue *dev_queue, in __netdev_tx_sent_queue()
3788 static inline void netdev_tx_completed_queue(struct netdev_queue *dev_queue, in netdev_tx_completed_queue()
3828 static inline void netdev_tx_reset_queue(struct netdev_queue *q) in netdev_tx_reset_queue()
3906 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in netif_start_subqueue()
3920 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in netif_stop_subqueue()
3934 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in __netif_subqueue_stopped()
3961 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in netif_wake_subqueue()
4218 struct netdev_queue *txq, int *ret);
4639 static inline void __netif_tx_lock(struct netdev_queue *txq, int cpu) in __netif_tx_lock()
4646 static inline bool __netif_tx_acquire(struct netdev_queue *txq) in __netif_tx_acquire()
4652 static inline void __netif_tx_release(struct netdev_queue *txq) in __netif_tx_release()
4657 static inline void __netif_tx_lock_bh(struct netdev_queue *txq) in __netif_tx_lock_bh()
4664 static inline bool __netif_tx_trylock(struct netdev_queue *txq) in __netif_tx_trylock()
4675 static inline void __netif_tx_unlock(struct netdev_queue *txq) in __netif_tx_unlock()
4682 static inline void __netif_tx_unlock_bh(struct netdev_queue *txq) in __netif_tx_unlock_bh()
4692 static inline void txq_trans_update(struct netdev_queue *txq) in txq_trans_update()
4698 static inline void txq_trans_cond_update(struct netdev_queue *txq) in txq_trans_cond_update()
4709 struct netdev_queue *txq = netdev_get_tx_queue(dev, 0); in netif_trans_update()
4766 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_disable()
5208 struct netdev_queue *txq, bool more) in netdev_start_xmit()