Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/ath/ath11k/
Dce.c274 lockdep_assert_held(&ab->ce.ce_lock); in ath11k_ce_rx_buf_enqueue_pipe()
322 spin_lock_bh(&ab->ce.ce_lock); in ath11k_ce_rx_post_pipe()
357 spin_unlock_bh(&ab->ce.ce_lock); in ath11k_ce_rx_post_pipe()
371 spin_lock_bh(&ab->ce.ce_lock); in ath11k_ce_completed_recv_next()
406 spin_unlock_bh(&ab->ce.ce_lock); in ath11k_ce_completed_recv_next()
460 spin_lock_bh(&ab->ce.ce_lock); in ath11k_ce_completed_send_next()
487 spin_unlock_bh(&ab->ce.ce_lock); in ath11k_ce_completed_send_next()
704 spin_lock_bh(&ab->ce.ce_lock); in ath11k_ce_send()
715 spin_unlock_bh(&ab->ce.ce_lock); in ath11k_ce_send()
724 spin_lock_bh(&ab->ce.ce_lock); in ath11k_ce_send()
[all …]
Dce.h170 spinlock_t ce_lock; member
/Linux-v5.15/drivers/net/wireless/ath/ath10k/
Dce.c645 lockdep_assert_held(&ce->ce_lock); in __ath10k_ce_send_revert()
677 spin_lock_bh(&ce->ce_lock); in ath10k_ce_send()
680 spin_unlock_bh(&ce->ce_lock); in ath10k_ce_send()
692 spin_lock_bh(&ce->ce_lock); in ath10k_ce_num_free_src_entries()
696 spin_unlock_bh(&ce->ce_lock); in ath10k_ce_num_free_src_entries()
711 lockdep_assert_held(&ce->ce_lock); in __ath10k_ce_rx_num_free_bufs()
730 lockdep_assert_held(&ce->ce_lock); in __ath10k_ce_rx_post_buf()
762 lockdep_assert_held(&ce->ce_lock); in __ath10k_ce_rx_post_buf_64()
808 spin_lock_bh(&ce->ce_lock); in ath10k_ce_rx_post_buf()
810 spin_unlock_bh(&ce->ce_lock); in ath10k_ce_rx_post_buf()
[all …]
Dsnoc.c516 spin_lock_bh(&ce->ce_lock); in __ath10k_snoc_rx_post_buf()
518 spin_unlock_bh(&ce->ce_lock); in __ath10k_snoc_rx_post_buf()
543 spin_lock_bh(&ce->ce_lock); in ath10k_snoc_rx_post_pipe()
545 spin_unlock_bh(&ce->ce_lock); in ath10k_snoc_rx_post_pipe()
696 spin_lock_bh(&ce->ce_lock); in ath10k_snoc_hif_tx_sg()
726 spin_unlock_bh(&ce->ce_lock); in ath10k_snoc_hif_tx_sg()
734 spin_unlock_bh(&ce->ce_lock); in ath10k_snoc_hif_tx_sg()
1386 spin_lock_init(&ce->ce_lock); in ath10k_snoc_setup_resource()
Dce.h149 spinlock_t ce_lock; member
Dpci.c790 spin_lock_bh(&ce->ce_lock); in __ath10k_pci_rx_post_buf()
792 spin_unlock_bh(&ce->ce_lock); in __ath10k_pci_rx_post_buf()
817 spin_lock_bh(&ce->ce_lock); in ath10k_pci_rx_post_pipe()
819 spin_unlock_bh(&ce->ce_lock); in ath10k_pci_rx_post_pipe()
1362 spin_lock_bh(&ce->ce_lock); in ath10k_pci_hif_tx_sg()
1408 spin_unlock_bh(&ce->ce_lock); in ath10k_pci_hif_tx_sg()
1415 spin_unlock_bh(&ce->ce_lock); in ath10k_pci_hif_tx_sg()
3462 spin_lock_init(&ce->ce_lock); in ath10k_pci_setup_resource()
/Linux-v5.15/drivers/infiniband/hw/irdma/
Dhw.c111 spin_lock_irqsave(&ceq->ce_lock, flags); in irdma_process_ceq()
114 spin_unlock_irqrestore(&ceq->ce_lock, flags); in irdma_process_ceq()
121 spin_unlock_irqrestore(&ceq->ce_lock, flags); in irdma_process_ceq()
1226 spin_lock_init(&iwceq->ce_lock); in irdma_setup_ceq_0()
1280 spin_lock_init(&iwceq->ce_lock); in irdma_setup_ceqs()
Dmain.h195 spinlock_t ce_lock; /* sync cq destroy with cq completion event notification */ member
Dverbs.c1764 spin_lock_irqsave(&iwceq->ce_lock, flags); in irdma_destroy_cq()
1766 spin_unlock_irqrestore(&iwceq->ce_lock, flags); in irdma_destroy_cq()