• Home
  • Raw
  • Download

Lines Matching refs:netdev_queue

557 struct netdev_queue {  struct
594 static inline int netdev_queue_numa_node_read(const struct netdev_queue *q) in netdev_queue_numa_node_read() argument
603 static inline void netdev_queue_numa_node_write(struct netdev_queue *q, int node) in netdev_queue_numa_node_write()
1700 struct netdev_queue __rcu *ingress_queue;
1714 struct netdev_queue *_tx ____cacheline_aligned_in_smp;
1865 struct netdev_queue *netdev_get_tx_queue(const struct net_device *dev, in netdev_get_tx_queue()
1871 static inline struct netdev_queue *skb_get_tx_queue(const struct net_device *dev, in skb_get_tx_queue()
1879 struct netdev_queue *, in netdev_for_each_tx_queue() argument
1889 struct netdev_queue *netdev_pick_tx(struct net_device *dev,
2650 void netif_schedule_queue(struct netdev_queue *txq);
2660 static inline void netif_tx_start_queue(struct netdev_queue *dev_queue) in netif_tx_start_queue()
2681 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_start_all_queues()
2686 void netif_tx_wake_queue(struct netdev_queue *dev_queue);
2705 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_wake_all_queues()
2710 static inline void netif_tx_stop_queue(struct netdev_queue *dev_queue) in netif_tx_stop_queue()
2729 static inline bool netif_tx_queue_stopped(const struct netdev_queue *dev_queue) in netif_tx_queue_stopped()
2745 static inline bool netif_xmit_stopped(const struct netdev_queue *dev_queue) in netif_xmit_stopped()
2751 netif_xmit_frozen_or_stopped(const struct netdev_queue *dev_queue) in netif_xmit_frozen_or_stopped()
2757 netif_xmit_frozen_or_drv_stopped(const struct netdev_queue *dev_queue) in netif_xmit_frozen_or_drv_stopped()
2769 static inline void netdev_txq_bql_enqueue_prefetchw(struct netdev_queue *dev_queue) in netdev_txq_bql_enqueue_prefetchw()
2783 static inline void netdev_txq_bql_complete_prefetchw(struct netdev_queue *dev_queue) in netdev_txq_bql_complete_prefetchw()
2790 static inline void netdev_tx_sent_queue(struct netdev_queue *dev_queue, in netdev_tx_sent_queue()
2828 static inline void netdev_tx_completed_queue(struct netdev_queue *dev_queue, in netdev_tx_completed_queue()
2868 static inline void netdev_tx_reset_queue(struct netdev_queue *q) in netdev_tx_reset_queue()
2935 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in netif_start_subqueue()
2949 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in netif_stop_subqueue()
2963 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in __netif_subqueue_stopped()
3130 struct netdev_queue *txq, int *ret);
3313 static inline void __netif_tx_lock(struct netdev_queue *txq, int cpu) in __netif_tx_lock()
3319 static inline void __netif_tx_lock_bh(struct netdev_queue *txq) in __netif_tx_lock_bh()
3325 static inline bool __netif_tx_trylock(struct netdev_queue *txq) in __netif_tx_trylock()
3333 static inline void __netif_tx_unlock(struct netdev_queue *txq) in __netif_tx_unlock()
3339 static inline void __netif_tx_unlock_bh(struct netdev_queue *txq) in __netif_tx_unlock_bh()
3345 static inline void txq_trans_update(struct netdev_queue *txq) in txq_trans_update()
3365 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_lock()
3390 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_unlock()
3434 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_disable()
3765 struct netdev_queue *txq, bool more) in netdev_start_xmit()