Lines Matching refs:txlock
113 /* txlock nests in misclock and phy_lock */
115 spinlock_t txlock, misclock;
341 spin_lock(&data->txlock);
346 spin_unlock(&data->txlock);
608 /* txlock must be held by caller, with IRQs disabled, and
674 spin_lock_irq(&data->txlock);
738 spin_unlock_irq(&data->txlock);
992 spin_lock(&data->txlock);
994 spin_unlock(&data->txlock);
1156 spin_lock(&data->txlock);
1161 spin_unlock(&data->txlock);
1503 spin_lock_irqsave(&data->txlock, flags);
1505 spin_unlock_irqrestore(&data->txlock, flags);
1517 spin_lock_irqsave(&data->txlock, flags);
1519 spin_unlock_irqrestore(&data->txlock, flags);
1617 spin_lock_init(&data->txlock);