Lines Matching refs:tx_lock
82 * @tx_lock: protects vq_tx from concurrent use
109 spinlock_t tx_lock;
172 spin_lock_irqsave(&cfv->tx_lock, flags);
174 spin_unlock_irqrestore(&cfv->tx_lock, flags);
468 spin_lock_irqsave(&cfv->tx_lock, flags);
471 spin_unlock_irqrestore(&cfv->tx_lock, flags);
533 spin_lock_irqsave(&cfv->tx_lock, flags);
586 spin_unlock_irqrestore(&cfv->tx_lock, flags);
594 spin_unlock_irqrestore(&cfv->tx_lock, flags);
666 spin_lock_init(&cfv->tx_lock);