Home
last modified time | relevance | path

Searched refs:ce_lock (Results 1 – 7 of 7) 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/ath11k/
H A Dce.c283 lockdep_assert_held(&ab->ce.ce_lock); in ath11k_ce_rx_buf_enqueue_pipe()
331 spin_lock_bh(&ab->ce.ce_lock); in ath11k_ce_rx_post_pipe()
367 spin_unlock_bh(&ab->ce.ce_lock); in ath11k_ce_rx_post_pipe()
381 spin_lock_bh(&ab->ce.ce_lock); in ath11k_ce_completed_recv_next()
412 spin_unlock_bh(&ab->ce.ce_lock); in ath11k_ce_completed_recv_next()
466 spin_lock_bh(&ab->ce.ce_lock); in ath11k_ce_completed_send_next()
493 spin_unlock_bh(&ab->ce.ce_lock); in ath11k_ce_completed_send_next()
726 spin_lock_bh(&ab->ce.ce_lock); in ath11k_ce_send()
737 spin_unlock_bh(&ab->ce.ce_lock); in ath11k_ce_send()
746 spin_lock_bh(&ab->ce.ce_lock); in ath11k_ce_send()
[all...]
H A Dce.h188 spinlock_t ce_lock; member
/linux/drivers/net/wireless/ath/ath10k/
H A Dce.c580 lockdep_assert_held(&ce->ce_lock); in __ath10k_ce_send_revert()
612 spin_lock_bh(&ce->ce_lock); in ath10k_ce_send()
615 spin_unlock_bh(&ce->ce_lock); in ath10k_ce_send()
627 spin_lock_bh(&ce->ce_lock); in ath10k_ce_num_free_src_entries()
631 spin_unlock_bh(&ce->ce_lock); in ath10k_ce_num_free_src_entries()
646 lockdep_assert_held(&ce->ce_lock); in __ath10k_ce_rx_num_free_bufs()
665 lockdep_assert_held(&ce->ce_lock); in __ath10k_ce_rx_post_buf()
697 lockdep_assert_held(&ce->ce_lock); in __ath10k_ce_rx_post_buf_64()
743 spin_lock_bh(&ce->ce_lock); in ath10k_ce_rx_post_buf()
745 spin_unlock_bh(&ce->ce_lock); in ath10k_ce_rx_post_buf()
[all...]
H A Dpci.c791 spin_lock_bh(&ce->ce_lock); in __ath10k_pci_rx_post_buf()
793 spin_unlock_bh(&ce->ce_lock); in __ath10k_pci_rx_post_buf()
818 spin_lock_bh(&ce->ce_lock); in ath10k_pci_rx_post_pipe()
820 spin_unlock_bh(&ce->ce_lock); in ath10k_pci_rx_post_pipe()
1249 /* No need to acquire ce_lock for CE5, since this is the only place CE5 in ath10k_pci_process_htt_rx_cb()
1364 spin_lock_bh(&ce->ce_lock); in ath10k_pci_hif_tx_sg()
1410 spin_unlock_bh(&ce->ce_lock); in ath10k_pci_hif_tx_sg()
1417 spin_unlock_bh(&ce->ce_lock); in ath10k_pci_hif_tx_sg()
3460 spin_lock_init(&ce->ce_lock); in ath10k_pci_setup_resource()
H A Dce.h149 spinlock_t ce_lock; member
/linux/drivers/infiniband/hw/irdma/
H A Dverbs.c1995 spin_lock_irqsave(&iwceq->ce_lock, flags); in irdma_destroy_cq()
1997 spin_unlock_irqrestore(&iwceq->ce_lock, flags); in irdma_destroy_cq()