• Home
  • Raw
  • Download

Lines Matching defs:txq

1762 static inline void netif_schedule_queue(struct netdev_queue *txq)  in netif_schedule_queue()
1797 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_start_all_queues() local
1831 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_wake_all_queues() local
1862 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_stop_all_queues() local
1992 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in netif_start_subqueue() local
2006 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in netif_stop_subqueue() local
2024 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in __netif_subqueue_stopped() local
2044 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in netif_wake_subqueue() local
2339 static inline void __netif_tx_lock(struct netdev_queue *txq, int cpu) in __netif_tx_lock()
2345 static inline void __netif_tx_lock_bh(struct netdev_queue *txq) in __netif_tx_lock_bh()
2351 static inline bool __netif_tx_trylock(struct netdev_queue *txq) in __netif_tx_trylock()
2359 static inline void __netif_tx_unlock(struct netdev_queue *txq) in __netif_tx_unlock()
2365 static inline void __netif_tx_unlock_bh(struct netdev_queue *txq) in __netif_tx_unlock_bh()
2371 static inline void txq_trans_update(struct netdev_queue *txq) in txq_trans_update()
2391 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_lock() local
2416 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_unlock() local
2434 #define HARD_TX_LOCK(dev, txq, cpu) { \ argument
2440 #define HARD_TX_UNLOCK(dev, txq) { \ argument
2454 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_disable() local