Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath11k/
H A Dce.c284 lockdep_assert_held(&ab->ce.ce_lock); in ath11k_ce_rx_buf_enqueue_pipe()
332 spin_lock_bh(&ab->ce.ce_lock); in ath11k_ce_rx_post_pipe()
368 spin_unlock_bh(&ab->ce.ce_lock); in ath11k_ce_rx_post_pipe()
382 spin_lock_bh(&ab->ce.ce_lock); in ath11k_ce_completed_recv_next()
413 spin_unlock_bh(&ab->ce.ce_lock); in ath11k_ce_completed_recv_next()
467 spin_lock_bh(&ab->ce.ce_lock); in ath11k_ce_completed_send_next()
494 spin_unlock_bh(&ab->ce.ce_lock); in ath11k_ce_completed_send_next()
727 spin_lock_bh(&ab->ce.ce_lock); in ath11k_ce_send()
738 spin_unlock_bh(&ab->ce.ce_lock); in ath11k_ce_send()
747 spin_lock_bh(&ab->ce.ce_lock); in ath11k_ce_send()
[all …]
H A Dce.h188 spinlock_t ce_lock; member
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dce.c233 lockdep_assert_held(&ab->ce.ce_lock); in ath12k_ce_rx_buf_enqueue_pipe()
281 spin_lock_bh(&ab->ce.ce_lock); in ath12k_ce_rx_post_pipe()
315 spin_unlock_bh(&ab->ce.ce_lock); in ath12k_ce_rx_post_pipe()
329 spin_lock_bh(&ab->ce.ce_lock); in ath12k_ce_completed_recv_next()
364 spin_unlock_bh(&ab->ce.ce_lock); in ath12k_ce_completed_recv_next()
418 spin_lock_bh(&ab->ce.ce_lock); in ath12k_ce_completed_send_next()
445 spin_unlock_bh(&ab->ce.ce_lock); in ath12k_ce_completed_send_next()
655 spin_lock_bh(&ab->ce.ce_lock); in ath12k_ce_send()
666 spin_unlock_bh(&ab->ce.ce_lock); in ath12k_ce_send()
675 spin_lock_bh(&ab->ce.ce_lock); in ath12k_ce_send()
[all …]
H A Dce.h161 spinlock_t ce_lock; member
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dce.c581 lockdep_assert_held(&ce->ce_lock); in __ath10k_ce_send_revert()
613 spin_lock_bh(&ce->ce_lock); in ath10k_ce_send()
616 spin_unlock_bh(&ce->ce_lock); in ath10k_ce_send()
628 spin_lock_bh(&ce->ce_lock); in ath10k_ce_num_free_src_entries()
632 spin_unlock_bh(&ce->ce_lock); in ath10k_ce_num_free_src_entries()
647 lockdep_assert_held(&ce->ce_lock); in __ath10k_ce_rx_num_free_bufs()
666 lockdep_assert_held(&ce->ce_lock); in __ath10k_ce_rx_post_buf()
698 lockdep_assert_held(&ce->ce_lock); in __ath10k_ce_rx_post_buf_64()
744 spin_lock_bh(&ce->ce_lock); in ath10k_ce_rx_post_buf()
746 spin_unlock_bh(&ce->ce_lock); in ath10k_ce_rx_post_buf()
[all …]
H A Dsnoc.c517 spin_lock_bh(&ce->ce_lock); in __ath10k_snoc_rx_post_buf()
519 spin_unlock_bh(&ce->ce_lock); in __ath10k_snoc_rx_post_buf()
544 spin_lock_bh(&ce->ce_lock); in ath10k_snoc_rx_post_pipe()
546 spin_unlock_bh(&ce->ce_lock); in ath10k_snoc_rx_post_pipe()
698 spin_lock_bh(&ce->ce_lock); in ath10k_snoc_hif_tx_sg()
728 spin_unlock_bh(&ce->ce_lock); in ath10k_snoc_hif_tx_sg()
736 spin_unlock_bh(&ce->ce_lock); in ath10k_snoc_hif_tx_sg()
1397 spin_lock_init(&ce->ce_lock); in ath10k_snoc_setup_resource()
H A Dpci.c837 spin_lock_bh(&ce->ce_lock); in __ath10k_pci_rx_post_buf()
839 spin_unlock_bh(&ce->ce_lock); in __ath10k_pci_rx_post_buf()
864 spin_lock_bh(&ce->ce_lock); in ath10k_pci_rx_post_pipe()
866 spin_unlock_bh(&ce->ce_lock); in ath10k_pci_rx_post_pipe()
1425 spin_lock_bh(&ce->ce_lock); in ath10k_pci_hif_tx_sg()
1486 spin_unlock_bh(&ce->ce_lock); in ath10k_pci_hif_tx_sg()
1493 spin_unlock_bh(&ce->ce_lock); in ath10k_pci_hif_tx_sg()
3562 spin_lock_init(&ce->ce_lock); in ath10k_pci_setup_resource()
H A Dce.h149 spinlock_t ce_lock; member
/freebsd/sys/dev/irdma/
H A Dirdma_hw.c149 spin_lock_irqsave(&ceq->ce_lock, flags); in irdma_process_ceq()
152 spin_unlock_irqrestore(&ceq->ce_lock, flags); in irdma_process_ceq()
159 spin_unlock_irqrestore(&ceq->ce_lock, flags); in irdma_process_ceq()
716 spin_lock_destroy(&iwceq->ce_lock); in irdma_destroy_ceq()
775 spin_lock_destroy(&iwceq->ce_lock); in irdma_del_ceqs()
1354 spin_lock_init(&iwceq->ce_lock); in irdma_setup_ceq_0()
1408 spin_lock_init(&iwceq->ce_lock); in irdma_setup_ceqs()
H A Dirdma_main.h218 spinlock_t ce_lock; /* sync cq destroy with cq completion event notification */ member
H A Dirdma_kcompat.c1343 spin_lock_irqsave(&iwceq->ce_lock, flags); in irdma_destroy_cq()
1345 spin_unlock_irqrestore(&iwceq->ce_lock, flags); in irdma_destroy_cq()