Home
last modified time | relevance | path

Searched refs:ce_lock (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/ath/ath12k/
H A Dce.c22 lockdep_assert_held(&ab->ce.ce_lock); in ath12k_ce_rx_buf_enqueue_pipe()
70 spin_lock_bh(&ab->ce.ce_lock); in ath12k_ce_rx_post_pipe()
105 spin_unlock_bh(&ab->ce.ce_lock); in ath12k_ce_rx_post_pipe()
119 spin_lock_bh(&ab->ce.ce_lock); in ath12k_ce_completed_recv_next()
150 spin_unlock_bh(&ab->ce.ce_lock); in ath12k_ce_completed_recv_next()
204 spin_lock_bh(&ab->ce.ce_lock); in ath12k_ce_completed_send_next()
231 spin_unlock_bh(&ab->ce.ce_lock); in ath12k_ce_completed_send_next()
442 spin_lock_bh(&ab->ce.ce_lock); in ath12k_ce_send()
453 spin_unlock_bh(&ab->ce.ce_lock); in ath12k_ce_send()
462 spin_lock_bh(&ab->ce.ce_lock); in ath12k_ce_send()
[all …]
/linux/drivers/net/wireless/ath/ath10k/
H A Dsnoc.c520 spin_lock_bh(&ce->ce_lock); in __ath10k_snoc_rx_post_buf()
522 spin_unlock_bh(&ce->ce_lock); in __ath10k_snoc_rx_post_buf()
547 spin_lock_bh(&ce->ce_lock); in ath10k_snoc_rx_post_pipe()
549 spin_unlock_bh(&ce->ce_lock); in ath10k_snoc_rx_post_pipe()
701 spin_lock_bh(&ce->ce_lock); in ath10k_snoc_hif_tx_sg()
731 spin_unlock_bh(&ce->ce_lock); in ath10k_snoc_hif_tx_sg()
739 spin_unlock_bh(&ce->ce_lock); in ath10k_snoc_hif_tx_sg()
1417 spin_lock_init(&ce->ce_lock); in ath10k_snoc_setup_resource()
H A Dce.h149 spinlock_t ce_lock; member