Home
last modified time | relevance | path

Searched refs:hif (Results 1 – 25 of 31) sorted by relevance

12

/wlan-driver/qca-wifi-host-cmn/hif/src/
Dhif_napi.h150 int hif_napi_create(struct hif_opaque_softc *hif,
155 int hif_napi_destroy(struct hif_opaque_softc *hif,
159 struct qca_napi_data *hif_napi_get_all(struct hif_opaque_softc *hif);
170 int hif_napi_event(struct hif_opaque_softc *hif,
175 int hif_napi_enabled(struct hif_opaque_softc *hif, int ce);
177 bool hif_napi_created(struct hif_opaque_softc *hif, int ce);
180 void hif_napi_enable_irq(struct hif_opaque_softc *hif, int id);
235 static inline int hif_napi_create(struct hif_opaque_softc *hif, in hif_napi_create() argument
243 static inline int hif_napi_destroy(struct hif_opaque_softc *hif, in hif_napi_destroy() argument
249 struct hif_opaque_softc *hif) in hif_napi_get_all() argument
[all …]
Dhif_napi.c141 struct hif_softc *hif = HIF_GET_SOFTC(hif_ctx); in hif_napi_create() local
147 hif->napi_data.state); in hif_napi_create()
149 hif->napi_data.ce_map); in hif_napi_create()
151 napid = &(hif->napi_data); in hif_napi_create()
169 for (i = 0; i < hif->ce_count; i++) { in hif_napi_create()
170 ce_state = hif->ce_id_to_state[i]; in hif_napi_create()
174 if (ce_srng_based(hif)) in hif_napi_create()
190 for (i = 0; i < hif->ce_count; i++) { in hif_napi_create()
200 napii->irq = pld_get_irq(hif->qdf_dev->dev, i); in hif_napi_create()
235 if (!ce_srng_based(hif) && napid->ce_map == 0) { in hif_napi_create()
[all …]
Dhif_irq_affinity.h41 int hif_exec_event(struct hif_opaque_softc *hif,
58 static inline int hif_exec_event(struct hif_opaque_softc *hif, in hif_exec_event() argument
Dhif_exec.c457 struct hif_softc *scn = HIF_GET_SOFTC(hif_ext_group->hif); in hif_exec_poll_should_yield()
535 struct hif_softc *scn = HIF_GET_SOFTC(hif_ext_group->hif); in hif_exec_tasklet_fn()
647 hif_record_event(hif_ext_group->hif, hif_ext_group->grp_id, in hif_irq_disabled_time_limit_reached()
667 struct hif_softc *scn = HIF_GET_SOFTC(hif_ext_group->hif); in hif_exec_poll()
675 hif_record_event(hif_ext_group->hif, hif_ext_group->grp_id, in hif_exec_poll()
701 hif_record_event(hif_ext_group->hif, hif_ext_group->grp_id, in hif_exec_poll()
710 hif_record_event(hif_ext_group->hif, hif_ext_group->grp_id, in hif_exec_poll()
975 struct hif_softc *scn = HIF_GET_SOFTC(hif_ext_group->hif); in hif_ext_group_interrupt_handler()
980 hif_record_event(hif_ext_group->hif, hif_ext_group->grp_id, in hif_ext_group_interrupt_handler()
1095 hif_ext_group->hif = hif_ctx; in hif_register_ext_group()
[all …]
Dhif_exec.h83 struct hif_opaque_softc *hif; member
165 struct hif_exec_context *hif_exec_get_ctx(struct hif_opaque_softc *hif,
Dhif_main.c30 #define ATH_MODULE_NAME hif
2994 void hif_set_ce_service_max_yield_time(struct hif_opaque_softc *hif, in hif_set_ce_service_max_yield_time() argument
2997 struct hif_softc *hif_ctx = HIF_GET_SOFTC(hif); in hif_set_ce_service_max_yield_time()
3004 hif_get_ce_service_max_yield_time(struct hif_opaque_softc *hif) in hif_get_ce_service_max_yield_time() argument
3006 struct hif_softc *hif_ctx = HIF_GET_SOFTC(hif); in hif_get_ce_service_max_yield_time()
3011 void hif_set_ce_service_max_rx_ind_flush(struct hif_opaque_softc *hif, in hif_set_ce_service_max_rx_ind_flush() argument
3014 struct hif_softc *hif_ctx = HIF_GET_SOFTC(hif); in hif_set_ce_service_max_rx_ind_flush()
3025 void __hif_system_pm_set_state(struct hif_opaque_softc *hif, in __hif_system_pm_set_state() argument
3028 struct hif_softc *hif_ctx = HIF_GET_SOFTC(hif); in __hif_system_pm_set_state()
3033 int32_t hif_system_pm_get_state(struct hif_opaque_softc *hif) in hif_system_pm_get_state() argument
[all …]
Dhif_irq_affinity.c105 struct hif_softc *hif = HIF_GET_SOFTC(hif_ctx); in hif_exec_event() local
106 struct qca_napi_data *napid = &(hif->napi_data); in hif_exec_event()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_napi.c50 struct hif_opaque_softc *hif; in hdd_napi_get_all() local
54 hif = cds_get_context(QDF_MODULE_ID_HIF); in hdd_napi_get_all()
55 if (unlikely(!hif)) in hdd_napi_get_all()
56 QDF_ASSERT(hif); /* WARN */ in hdd_napi_get_all()
58 rp = hif_napi_get_all(hif); in hdd_napi_get_all()
223 struct hif_opaque_softc *hif; in hdd_napi_enabled() local
226 hif = cds_get_context(QDF_MODULE_ID_HIF); in hdd_napi_enabled()
227 if (unlikely(!hif)) in hdd_napi_enabled()
228 QDF_ASSERT(hif); /* WARN_ON; rc = 0 */ in hdd_napi_enabled()
230 rc = hif_napi_enabled(hif, id); in hdd_napi_enabled()
[all …]
Dwlan_hdd_driver_ops.c485 static int hdd_init_cds_hif_context(void *hif) in hdd_init_cds_hif_context() argument
489 status = cds_set_context(QDF_MODULE_ID_HIF, hif); in hdd_init_cds_hif_context()
/wlan-driver/qca-wifi-host-cmn/hif/inc/
Dhif.h2214 int hif_prevent_link_low_power_states(struct hif_opaque_softc *hif);
2222 void hif_allow_link_low_power_states(struct hif_opaque_softc *hif);
2227 int hif_prevent_link_low_power_states(struct hif_opaque_softc *hif) in hif_prevent_link_low_power_states() argument
2233 void hif_allow_link_low_power_states(struct hif_opaque_softc *hif) in hif_allow_link_low_power_states() argument
2245 int hif_prevent_l1(struct hif_opaque_softc *hif);
2253 void hif_allow_l1(struct hif_opaque_softc *hif);
2258 int hif_prevent_l1(struct hif_opaque_softc *hif) in hif_prevent_l1() argument
2264 void hif_allow_l1(struct hif_opaque_softc *hif) in hif_allow_l1() argument
2324 void hif_set_ce_service_max_yield_time(struct hif_opaque_softc *hif,
2336 hif_get_ce_service_max_yield_time(struct hif_opaque_softc *hif);
[all …]
/wlan-driver/qca-wifi-host-cmn/spectral/
DKbuild60 HOST_CMN_CONVG_HIF_SRC := $(DEPTH)/cmn_dev/hif/src
61 HOST_CMN_CONVG_HIF_INC1 := $(DEPTH)/cmn_dev/hif
90 -I$(obj)/$(DEPTH)/cmn_dev/hif \
91 -I$(obj)/$(DEPTH)/cmn_dev/hif/inc \
92 -I$(obj)/$(DEPTH)/cmn_dev/hif/src \
93 -I$(obj)/$(DEPTH)/cmn_dev/hif/src/ce \
94 -I$(obj)/$(DEPTH)/cmn_dev/hif/src/pcie \
95 -I$(obj)/$(DEPTH)/cmn_dev/hif/src/snoc \
96 -I$(obj)/$(DEPTH)/cmn_dev/hif/src/dispatcher \
134 -I$(PERF_PWR_OFFLOAD_DIR_PATH)/hif/pci \
[all …]
/wlan-driver/qca-wifi-host-cmn/iot_sim/
DKbuild65 -I$(obj)/$(DEPTH)/cmn_dev/hif \
66 -I$(obj)/$(DEPTH)/cmn_dev/hif/inc \
67 -I$(obj)/$(DEPTH)/cmn_dev/hif/src \
68 -I$(obj)/$(DEPTH)/cmn_dev/hif/src/ce \
69 -I$(obj)/$(DEPTH)/cmn_dev/hif/src/pcie \
70 -I$(obj)/$(DEPTH)/cmn_dev/hif/src/snoc \
71 -I$(obj)/$(DEPTH)/cmn_dev/hif/src/dispatcher \
/wlan-driver/qca-wifi-host-cmn/hif/src/ipcie/
Dif_ipci.c525 struct hif_softc *scn = HIF_GET_SOFTC(hif_ext_group->hif); in hif_exec_grp_irq_disable()
541 struct hif_softc *scn = HIF_GET_SOFTC(hif_ext_group->hif); in hif_exec_grp_irq_enable()
580 ret = hif_affinity_mgr_set_qrg_irq_affinity((struct hif_softc *)hif_ext_group->hif, in hif_ipci_irq_set_affinity_hint()
686 ret = hif_affinity_mgr_set_qrg_irq_affinity((struct hif_softc *)hif_ext_group->hif, in hif_ipci_config_irq_clear_cpu_affinity()
969 int hif_prevent_link_low_power_states(struct hif_opaque_softc *hif) in hif_prevent_link_low_power_states() argument
971 struct hif_softc *scn = HIF_GET_SOFTC(hif); in hif_prevent_link_low_power_states()
1033 void hif_allow_link_low_power_states(struct hif_opaque_softc *hif) in hif_allow_link_low_power_states() argument
1035 struct hif_softc *scn = HIF_GET_SOFTC(hif); in hif_allow_link_low_power_states()
/wlan-driver/qcacld-3.0/
Dwlan_qcacld3_modules.bzl79 "cmn/hif/inc",
80 "cmn/hif/src",
81 "cmn/hif/src/ce",
82 "cmn/hif/src/dispatcher",
83 "cmn/hif/src/pcie",
84 "cmn/hif/src/ipcie",
342 "cmn/hif/src/ath_procfs.c",
343 "cmn/hif/src/ce/ce_diag.c",
344 "cmn/hif/src/ce/ce_main.c",
345 "cmn/hif/src/ce/ce_service.c",
[all …]
/wlan-driver/qca-wifi-host-cmn/hif/src/pcie/
Dif_pci.c3188 struct hif_softc *scn = HIF_GET_SOFTC(hif_ext_group->hif); in hif_exec_grp_irq_disable()
3198 struct hif_softc *scn = HIF_GET_SOFTC(hif_ext_group->hif); in hif_exec_grp_irq_enable()
3245 ret = hif_affinity_mgr_set_qrg_irq_affinity((struct hif_softc *)hif_ext_group->hif, in hif_pci_irq_set_affinity_hint()
3331 ret = hif_affinity_mgr_set_qrg_irq_affinity((struct hif_softc *)hif_ext_group->hif, in hif_pci_config_irq_clear_cpu_affinity()
4284 int hif_prevent_link_low_power_states(struct hif_opaque_softc *hif) in hif_prevent_link_low_power_states() argument
4286 return pld_prevent_l1(HIF_GET_SOFTC(hif)->qdf_dev->dev); in hif_prevent_link_low_power_states()
4289 void hif_allow_link_low_power_states(struct hif_opaque_softc *hif) in hif_allow_link_low_power_states() argument
4291 pld_allow_l1(HIF_GET_SOFTC(hif)->qdf_dev->dev); in hif_allow_link_low_power_states()
4296 int hif_prevent_l1(struct hif_opaque_softc *hif) in hif_prevent_l1() argument
4298 struct hif_softc *hif_softc = (struct hif_softc *)hif; in hif_prevent_l1()
[all …]
/wlan-driver/qcacld-3.0/core/dp/ol/inc/
Dol_txrx_stats.h184 } hif; member
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/
Dhif_sdio_dev.c20 #define ATH_MODULE_NAME hif
Dhif_diag_reg_access.c23 #define ATH_MODULE_NAME hif
Dhif_bmi_reg_access.c21 #define ATH_MODULE_NAME hif
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
Dce_bmi.c29 #define ATH_MODULE_NAME hif
/wlan-driver/qca-wifi-host-cmn/hif/src/usb/
Dhif_usb.c31 #define ATH_MODULE_NAME hif
48 ATH_DEBUG_INSTANTIATE_MODULE_VAR(hif,
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/native_sdio/src/
Dhif_scatter.c29 #define ATH_MODULE_NAME hif
Dhif.c42 #define ATH_MODULE_NAME hif
153 ATH_DEBUG_INSTANTIATE_MODULE_VAR(hif,
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/transfer/
Dtransfer.c21 #define ATH_MODULE_NAME hif
/wlan-driver/qcacld-3.0/core/bmi/src/
Dol_fw.c1064 struct hif_opaque_softc *hif = ol_ctx->scn; in ol_patch_pll_switch() local
1073 struct hif_target_info *tgt_info = hif_get_target_info_handle(hif); in ol_patch_pll_switch()

12