Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dce.c333 lockdep_assert_held(&ar_pci->ce_lock); in __ath10k_ce_send_revert()
364 spin_lock_bh(&ar_pci->ce_lock); in ath10k_ce_send()
367 spin_unlock_bh(&ar_pci->ce_lock); in ath10k_ce_send()
378 spin_lock_bh(&ar_pci->ce_lock); in ath10k_ce_num_free_src_entries()
382 spin_unlock_bh(&ar_pci->ce_lock); in ath10k_ce_num_free_src_entries()
396 lockdep_assert_held(&ar_pci->ce_lock); in __ath10k_ce_rx_num_free_bufs()
413 lockdep_assert_held(&ar_pci->ce_lock); in __ath10k_ce_rx_post_buf()
435 spin_lock_bh(&ar_pci->ce_lock); in ath10k_ce_rx_post_buf()
437 spin_unlock_bh(&ar_pci->ce_lock); in ath10k_ce_rx_post_buf()
513 spin_lock_bh(&ar_pci->ce_lock); in ath10k_ce_completed_recv_next()
[all …]
Dpci.c396 lockdep_assert_held(&ar_pci->ce_lock); in __ath10k_pci_rx_post_buf()
434 lockdep_assert_held(&ar_pci->ce_lock); in __ath10k_pci_rx_post_pipe()
459 spin_lock_bh(&ar_pci->ce_lock); in ath10k_pci_rx_post_pipe()
461 spin_unlock_bh(&ar_pci->ce_lock); in ath10k_pci_rx_post_pipe()
469 spin_lock_bh(&ar_pci->ce_lock); in ath10k_pci_rx_post()
472 spin_unlock_bh(&ar_pci->ce_lock); in ath10k_pci_rx_post()
503 spin_lock_bh(&ar_pci->ce_lock); in ath10k_pci_diag_read_mem()
611 spin_unlock_bh(&ar_pci->ce_lock); in ath10k_pci_diag_read_mem()
670 spin_lock_bh(&ar_pci->ce_lock); in ath10k_pci_diag_write_mem()
784 spin_unlock_bh(&ar_pci->ce_lock); in ath10k_pci_diag_write_mem()
[all …]
Dpci.h183 spinlock_t ce_lock; member
/linux-4.1.27/arch/ia64/include/asm/sn/
Dtioce_provider.h31 spinlock_t ce_lock; member
/linux-4.1.27/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()