Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Ddp.c364 spin_lock_bh(&dp->tx_bank_lock); in ath12k_dp_tx_get_bank_profile()
380 spin_unlock_bh(&dp->tx_bank_lock); in ath12k_dp_tx_get_bank_profile()
391 spin_unlock_bh(&dp->tx_bank_lock); in ath12k_dp_tx_get_bank_profile()
405 spin_lock_bh(&dp->tx_bank_lock); in ath12k_dp_tx_put_bank_profile()
407 spin_unlock_bh(&dp->tx_bank_lock); in ath12k_dp_tx_put_bank_profile()
431 spin_lock_init(&dp->tx_bank_lock); in ath12k_dp_init_bank_profiles()
H A Ddp.h310 spinlock_t tx_bank_lock; member