• Home
  • Raw
  • Download

Lines Matching defs:txq

2911 		struct netdev_queue *txq = netdev_get_tx_queue(dev, i);  in netif_tx_start_all_queues()  local
2935 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_wake_all_queues() local
3165 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in netif_start_subqueue() local
3179 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in netif_stop_subqueue() local
3193 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in __netif_subqueue_stopped() local
3561 static inline void __netif_tx_lock(struct netdev_queue *txq, int cpu) in __netif_tx_lock()
3567 static inline void __netif_tx_lock_bh(struct netdev_queue *txq) in __netif_tx_lock_bh()
3573 static inline bool __netif_tx_trylock(struct netdev_queue *txq) in __netif_tx_trylock()
3581 static inline void __netif_tx_unlock(struct netdev_queue *txq) in __netif_tx_unlock()
3587 static inline void __netif_tx_unlock_bh(struct netdev_queue *txq) in __netif_tx_unlock_bh()
3593 static inline void txq_trans_update(struct netdev_queue *txq) in txq_trans_update()
3602 struct netdev_queue *txq = netdev_get_tx_queue(dev, 0); in netif_trans_update() local
3622 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_lock() local
3647 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_unlock() local
3665 #define HARD_TX_LOCK(dev, txq, cpu) { \ argument
3671 #define HARD_TX_TRYLOCK(dev, txq) \ argument
3676 #define HARD_TX_UNLOCK(dev, txq) { \ argument
3690 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_disable() local
4066 struct netdev_queue *txq, bool more) in netdev_start_xmit()