Lines Matching defs:txq
2524 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_start_all_queues() local
2548 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_wake_all_queues() local
2579 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_stop_all_queues() local
2790 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in netif_start_subqueue() local
2804 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in netif_stop_subqueue() local
2818 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in __netif_subqueue_stopped() local
3167 static inline void __netif_tx_lock(struct netdev_queue *txq, int cpu) in __netif_tx_lock()
3173 static inline void __netif_tx_lock_bh(struct netdev_queue *txq) in __netif_tx_lock_bh()
3179 static inline bool __netif_tx_trylock(struct netdev_queue *txq) in __netif_tx_trylock()
3187 static inline void __netif_tx_unlock(struct netdev_queue *txq) in __netif_tx_unlock()
3193 static inline void __netif_tx_unlock_bh(struct netdev_queue *txq) in __netif_tx_unlock_bh()
3199 static inline void txq_trans_update(struct netdev_queue *txq) in txq_trans_update()
3219 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_lock() local
3244 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_unlock() local
3262 #define HARD_TX_LOCK(dev, txq, cpu) { \ argument
3268 #define HARD_TX_TRYLOCK(dev, txq) \ argument
3273 #define HARD_TX_UNLOCK(dev, txq) { \ argument
3287 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_disable() local
3614 struct netdev_queue *txq, bool more) in netdev_start_xmit()