Searched refs:ar_pci (Results 1 – 3 of 3) sorted by relevance
376 struct ath10k_pci *ar_pci = ath10k_pci_priv(ar); in ath10k_pci_get_irq_method() local378 if (ar_pci->num_msi_intrs > 1) in ath10k_pci_get_irq_method()381 if (ar_pci->num_msi_intrs == 1) in ath10k_pci_get_irq_method()390 struct ath10k_pci *ar_pci = ath10k_pci_priv(ar); in __ath10k_pci_rx_post_buf() local396 lockdep_assert_held(&ar_pci->ce_lock); in __ath10k_pci_rx_post_buf()430 struct ath10k_pci *ar_pci = ath10k_pci_priv(ar); in __ath10k_pci_rx_post_pipe() local434 lockdep_assert_held(&ar_pci->ce_lock); in __ath10k_pci_rx_post_pipe()447 mod_timer(&ar_pci->rx_post_retry, jiffies + in __ath10k_pci_rx_post_pipe()457 struct ath10k_pci *ar_pci = ath10k_pci_priv(ar); in ath10k_pci_rx_post_pipe() local459 spin_lock_bh(&ar_pci->ce_lock); in ath10k_pci_rx_post_pipe()[all …]
329 struct ath10k_pci *ar_pci = ath10k_pci_priv(ar); in __ath10k_ce_send_revert() local333 lockdep_assert_held(&ar_pci->ce_lock); in __ath10k_ce_send_revert()361 struct ath10k_pci *ar_pci = ath10k_pci_priv(ar); in ath10k_ce_send() local364 spin_lock_bh(&ar_pci->ce_lock); in ath10k_ce_send()367 spin_unlock_bh(&ar_pci->ce_lock); in ath10k_ce_send()375 struct ath10k_pci *ar_pci = ath10k_pci_priv(ar); in ath10k_ce_num_free_src_entries() local378 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()390 struct ath10k_pci *ar_pci = ath10k_pci_priv(ar); in __ath10k_ce_rx_num_free_bufs() local396 lockdep_assert_held(&ar_pci->ce_lock); in __ath10k_ce_rx_num_free_bufs()[all …]
151 struct ath10k_pci *ar_pci; member233 struct ath10k_pci *ar_pci = ath10k_pci_priv(ar); in ath10k_pci_write32() local235 iowrite32(value, ar_pci->mem + offset); in ath10k_pci_write32()240 struct ath10k_pci *ar_pci = ath10k_pci_priv(ar); in ath10k_pci_read32() local242 return ioread32(ar_pci->mem + offset); in ath10k_pci_read32()257 struct ath10k_pci *ar_pci = ath10k_pci_priv(ar); in ath10k_pci_reg_read32() local259 return ioread32(ar_pci->mem + PCIE_LOCAL_BASE_ADDRESS + addr); in ath10k_pci_reg_read32()264 struct ath10k_pci *ar_pci = ath10k_pci_priv(ar); in ath10k_pci_reg_write32() local266 iowrite32(val, ar_pci->mem + PCIE_LOCAL_BASE_ADDRESS + addr); in ath10k_pci_reg_write32()