Home
last modified time | relevance | path

Searched refs:tx_data_list_lock (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ar5523/
H A Dar5523.c757 spin_lock_irqsave(&ar->tx_data_list_lock, flags); in ar5523_data_tx_cb()
759 spin_unlock_irqrestore(&ar->tx_data_list_lock, flags); in ar5523_data_tx_cb()
791 spin_lock_irqsave(&ar->tx_data_list_lock, flags); in ar5523_tx()
793 spin_unlock_irqrestore(&ar->tx_data_list_lock, flags); in ar5523_tx()
815 spin_lock_irqsave(&ar->tx_data_list_lock, flags); in ar5523_tx_work_locked()
822 spin_unlock_irqrestore(&ar->tx_data_list_lock, flags); in ar5523_tx_work_locked()
870 spin_lock_irqsave(&ar->tx_data_list_lock, flags); in ar5523_tx_work_locked()
872 spin_unlock_irqrestore(&ar->tx_data_list_lock, flags); in ar5523_tx_work_locked()
882 spin_lock_irqsave(&ar->tx_data_list_lock, flags); in ar5523_tx_work_locked()
884 spin_unlock_irqrestore(&ar->tx_data_list_lock, flags); in ar5523_tx_work_locked()
[all …]
H A Dar5523.h104 spinlock_t tx_data_list_lock; member