Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/pcie/
H A Dif_pci.c1076 struct hif_pci_softc *pci_ctx = HIF_GET_PCI_SOFTC(hif_sc); in hif_pci_enable_power_management() local
1079 if (!pci_ctx) { in hif_pci_enable_power_management()
1087 hif_enable_power_gating(pci_ctx); in hif_pci_enable_power_management()
1094 hif_enable_power_gating(pci_ctx); in hif_pci_enable_power_management()
1115 struct hif_pci_softc *pci_ctx = HIF_GET_PCI_SOFTC(hif_ctx); in hif_pci_disable_power_management() local
1117 if (!pci_ctx) { in hif_pci_disable_power_management()
1127 struct hif_pci_softc *pci_ctx = HIF_GET_PCI_SOFTC(hif_ctx); in hif_pci_display_stats() local
1129 if (!pci_ctx) { in hif_pci_display_stats()
1135 hif_print_pci_stats(pci_ctx); in hif_pci_display_stats()
1140 struct hif_pci_softc *pci_ctx = HIF_GET_PCI_SOFTC(hif_ctx); in hif_pci_clear_stats() local
[all …]