Lines Matching defs:txq
2619 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_start_all_queues() local
2643 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_wake_all_queues() local
2873 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in netif_start_subqueue() local
2887 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in netif_stop_subqueue() local
2901 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in __netif_subqueue_stopped() local
3250 static inline void __netif_tx_lock(struct netdev_queue *txq, int cpu) in __netif_tx_lock()
3256 static inline void __netif_tx_lock_bh(struct netdev_queue *txq) in __netif_tx_lock_bh()
3262 static inline bool __netif_tx_trylock(struct netdev_queue *txq) in __netif_tx_trylock()
3270 static inline void __netif_tx_unlock(struct netdev_queue *txq) in __netif_tx_unlock()
3276 static inline void __netif_tx_unlock_bh(struct netdev_queue *txq) in __netif_tx_unlock_bh()
3282 static inline void txq_trans_update(struct netdev_queue *txq) in txq_trans_update()
3302 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_lock() local
3327 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_unlock() local
3345 #define HARD_TX_LOCK(dev, txq, cpu) { \ argument
3351 #define HARD_TX_TRYLOCK(dev, txq) \ argument
3356 #define HARD_TX_UNLOCK(dev, txq) { \ argument
3370 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_disable() local
3697 struct netdev_queue *txq, bool more) in netdev_start_xmit()