Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dce.c611 lockdep_assert_held(&ce->ce_lock); in __ath10k_ce_send_revert()
643 spin_lock_bh(&ce->ce_lock); in ath10k_ce_send()
646 spin_unlock_bh(&ce->ce_lock); in ath10k_ce_send()
658 spin_lock_bh(&ce->ce_lock); in ath10k_ce_num_free_src_entries()
662 spin_unlock_bh(&ce->ce_lock); in ath10k_ce_num_free_src_entries()
677 lockdep_assert_held(&ce->ce_lock); in __ath10k_ce_rx_num_free_bufs()
696 lockdep_assert_held(&ce->ce_lock); in __ath10k_ce_rx_post_buf()
728 lockdep_assert_held(&ce->ce_lock); in __ath10k_ce_rx_post_buf_64()
774 spin_lock_bh(&ce->ce_lock); in ath10k_ce_rx_post_buf()
776 spin_unlock_bh(&ce->ce_lock); in ath10k_ce_rx_post_buf()
[all …]
Dsnoc.c331 spin_lock_bh(&ce->ce_lock); in __ath10k_snoc_rx_post_buf()
333 spin_unlock_bh(&ce->ce_lock); in __ath10k_snoc_rx_post_buf()
358 spin_lock_bh(&ce->ce_lock); in ath10k_snoc_rx_post_pipe()
360 spin_unlock_bh(&ce->ce_lock); in ath10k_snoc_rx_post_pipe()
503 spin_lock_bh(&ce->ce_lock); in ath10k_snoc_hif_tx_sg()
533 spin_unlock_bh(&ce->ce_lock); in ath10k_snoc_hif_tx_sg()
541 spin_unlock_bh(&ce->ce_lock); in ath10k_snoc_hif_tx_sg()
959 spin_lock_init(&ce->ce_lock); in ath10k_snoc_setup_resource()
Dpci.c801 spin_lock_bh(&ce->ce_lock); in __ath10k_pci_rx_post_buf()
803 spin_unlock_bh(&ce->ce_lock); in __ath10k_pci_rx_post_buf()
828 spin_lock_bh(&ce->ce_lock); in ath10k_pci_rx_post_pipe()
830 spin_unlock_bh(&ce->ce_lock); in ath10k_pci_rx_post_pipe()
912 spin_lock_bh(&ce->ce_lock); in ath10k_pci_diag_read_mem()
1006 spin_unlock_bh(&ce->ce_lock); in ath10k_pci_diag_read_mem()
1064 spin_lock_bh(&ce->ce_lock); in ath10k_pci_diag_write_mem()
1168 spin_unlock_bh(&ce->ce_lock); in ath10k_pci_diag_write_mem()
1372 spin_lock_bh(&ce->ce_lock); in ath10k_pci_hif_tx_sg()
1418 spin_unlock_bh(&ce->ce_lock); in ath10k_pci_hif_tx_sg()
[all …]
Dce.h160 spinlock_t ce_lock; member
/Linux-v4.19/arch/ia64/include/asm/sn/
Dtioce_provider.h31 spinlock_t ce_lock; member
/Linux-v4.19/arch/ia64/sn/pci/
Dtioce_provider.c475 spin_lock_irqsave(&ce_kern->ce_lock, flags); in tioce_dma_unmap()
510 spin_unlock_irqrestore(&ce_kern->ce_lock, flags); in tioce_dma_unmap()
556 spin_lock_irqsave(&ce_kern->ce_lock, flags); in tioce_do_dma_map()
627 spin_unlock_irqrestore(&ce_kern->ce_lock, flags); in tioce_do_dma_map()
750 spin_lock_init(&tioce_kern->ce_lock); in tioce_kern_init()