Lines Matching defs:txq

1765 static inline void netif_schedule_queue(struct netdev_queue *txq)  in netif_schedule_queue()
1800 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_start_all_queues() local
1834 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_wake_all_queues() local
1865 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_stop_all_queues() local
1977 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in netif_start_subqueue() local
1991 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in netif_stop_subqueue() local
2009 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in __netif_subqueue_stopped() local
2029 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in netif_wake_subqueue() local
2324 static inline void __netif_tx_lock(struct netdev_queue *txq, int cpu) in __netif_tx_lock()
2330 static inline void __netif_tx_lock_bh(struct netdev_queue *txq) in __netif_tx_lock_bh()
2336 static inline int __netif_tx_trylock(struct netdev_queue *txq) in __netif_tx_trylock()
2344 static inline void __netif_tx_unlock(struct netdev_queue *txq) in __netif_tx_unlock()
2350 static inline void __netif_tx_unlock_bh(struct netdev_queue *txq) in __netif_tx_unlock_bh()
2356 static inline void txq_trans_update(struct netdev_queue *txq) in txq_trans_update()
2376 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_lock() local
2401 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_unlock() local
2419 #define HARD_TX_LOCK(dev, txq, cpu) { \ argument
2425 #define HARD_TX_UNLOCK(dev, txq) { \ argument
2439 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_disable() local