• Home
  • Raw
  • Download

Lines Matching defs:txq

3093 		struct netdev_queue *txq = netdev_get_tx_queue(dev, i);  in netif_tx_start_all_queues()  local
3117 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_wake_all_queues() local
3376 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in netif_start_subqueue() local
3390 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in netif_stop_subqueue() local
3404 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in __netif_subqueue_stopped() local
3424 struct netdev_queue *txq = netdev_get_tx_queue(dev, queue_index); in netif_wake_subqueue() local
3902 static inline void __netif_tx_lock(struct netdev_queue *txq, int cpu) in __netif_tx_lock()
3908 static inline bool __netif_tx_acquire(struct netdev_queue *txq) in __netif_tx_acquire()
3914 static inline void __netif_tx_release(struct netdev_queue *txq) in __netif_tx_release()
3919 static inline void __netif_tx_lock_bh(struct netdev_queue *txq) in __netif_tx_lock_bh()
3925 static inline bool __netif_tx_trylock(struct netdev_queue *txq) in __netif_tx_trylock()
3933 static inline void __netif_tx_unlock(struct netdev_queue *txq) in __netif_tx_unlock()
3939 static inline void __netif_tx_unlock_bh(struct netdev_queue *txq) in __netif_tx_unlock_bh()
3945 static inline void txq_trans_update(struct netdev_queue *txq) in txq_trans_update()
3954 struct netdev_queue *txq = netdev_get_tx_queue(dev, 0); in netif_trans_update() local
3974 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_lock() local
3999 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_unlock() local
4017 #define HARD_TX_LOCK(dev, txq, cpu) { \ argument
4025 #define HARD_TX_TRYLOCK(dev, txq) \ argument
4030 #define HARD_TX_UNLOCK(dev, txq) { \ argument
4046 struct netdev_queue *txq = netdev_get_tx_queue(dev, i); in netif_tx_disable() local
4429 struct netdev_queue *txq, bool more) in netdev_start_xmit()