Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_exec.c228 struct hif_exec_context *hif_ext_group; in hif_print_napi_latency_stats() local
249 if (hif_state->hif_ext_group[i]) { in hif_print_napi_latency_stats()
250 hif_ext_group = hif_state->hif_ext_group[i]; in hif_print_napi_latency_stats()
254 i, hif_ext_group->tstamp); in hif_print_napi_latency_stats()
260 if (hif_ext_group->sched_latency_stats[j]) in hif_print_napi_latency_stats()
265 hif_ext_group-> in hif_print_napi_latency_stats()
286 struct hif_exec_context *hif_ext_group; in hif_clear_napi_stats() local
290 hif_ext_group = hif_state->hif_ext_group[i]; in hif_clear_napi_stats()
292 if (!hif_ext_group) in hif_clear_napi_stats()
295 qdf_mem_set(hif_ext_group->sched_latency_stats, in hif_clear_napi_stats()
[all …]
H A Dhif_exec.h180 void hif_pci_irq_set_affinity_hint(struct hif_exec_context *hif_ext_group,
184 void hif_pci_irq_set_affinity_hint(struct hif_exec_context *hif_ext_group, in hif_pci_irq_set_affinity_hint() argument
H A Dhif_main.c3230 struct hif_exec_context *hif_ext_group; in hif_affinity_mgr_affine_irq() local
3258 hif_ext_group = hif_state->hif_ext_group[i]; in hif_affinity_mgr_affine_irq()
3259 for (j = 0; j < hif_ext_group->numirq; j++) { in hif_affinity_mgr_affine_irq()
3260 cfg = &scn->irq_cpu_mask[hif_ext_group->grp_id][j]; in hif_affinity_mgr_affine_irq()
3266 qdf_atomic_set(&hif_ext_group->force_napi_complete, -1); in hif_affinity_mgr_affine_irq()
/wlan-driver/qca-wifi-host-cmn/hif/src/ipcie/
H A Dif_ipci.c207 struct hif_exec_context *hif_ext_group; in hif_ipci_deconfigure_grp_irq() local
210 hif_ext_group = hif_state->hif_ext_group[i]; in hif_ipci_deconfigure_grp_irq()
211 if (hif_ext_group->irq_requested) { in hif_ipci_deconfigure_grp_irq()
212 hif_ext_group->irq_requested = false; in hif_ipci_deconfigure_grp_irq()
213 for (j = 0; j < hif_ext_group->numirq; j++) { in hif_ipci_deconfigure_grp_irq()
214 irq = hif_ext_group->os_irq[j]; in hif_ipci_deconfigure_grp_irq()
216 irq, hif_ext_group); in hif_ipci_deconfigure_grp_irq()
218 hif_ext_group->numirq = 0; in hif_ipci_deconfigure_grp_irq()
522 static void hif_exec_grp_irq_disable(struct hif_exec_context *hif_ext_group) in hif_exec_grp_irq_disable() argument
525 struct hif_softc *scn = HIF_GET_SOFTC(hif_ext_group->hif); in hif_exec_grp_irq_disable()
[all …]
/wlan-driver/qca-wifi-host-cmn/hif/src/snoc/
H A Dif_ahb.c298 struct hif_exec_context *hif_ext_group) in hif_ahb_configure_grp_irq() argument
307 hif_ext_group->irq_enable = &hif_ahb_exec_grp_irq_enable; in hif_ahb_configure_grp_irq()
308 hif_ext_group->irq_disable = &hif_ahb_exec_grp_irq_disable; in hif_ahb_configure_grp_irq()
309 hif_ext_group->irq_name = &hif_ahb_get_irq_name; in hif_ahb_configure_grp_irq()
310 hif_ext_group->work_complete = &hif_dummy_grp_done; in hif_ahb_configure_grp_irq()
312 for (j = 0; j < hif_ext_group->numirq; j++) { in hif_ahb_configure_grp_irq()
314 ic_irqname[hif_ext_group->irq[j]], in hif_ahb_configure_grp_irq()
315 hif_ext_group->irq[j], &irq); in hif_ahb_configure_grp_irq()
321 ic_irqnum[hif_ext_group->irq[j]] = irq; in hif_ahb_configure_grp_irq()
322 hif_ext_group->os_irq[j] = irq; in hif_ahb_configure_grp_irq()
[all …]
/wlan-driver/qca-wifi-host-cmn/hif/src/pcie/
H A Dif_pci.c2154 struct hif_exec_context *hif_ext_group; in hif_pci_deconfigure_grp_irq() local
2157 hif_ext_group = hif_state->hif_ext_group[i]; in hif_pci_deconfigure_grp_irq()
2158 if (hif_ext_group->irq_requested) { in hif_pci_deconfigure_grp_irq()
2159 hif_ext_group->irq_requested = false; in hif_pci_deconfigure_grp_irq()
2160 for (j = 0; j < hif_ext_group->numirq; j++) { in hif_pci_deconfigure_grp_irq()
2161 irq = hif_ext_group->os_irq[j]; in hif_pci_deconfigure_grp_irq()
2169 irq, hif_ext_group); in hif_pci_deconfigure_grp_irq()
2171 hif_ext_group->numirq = 0; in hif_pci_deconfigure_grp_irq()
3185 static void hif_exec_grp_irq_disable(struct hif_exec_context *hif_ext_group) in hif_exec_grp_irq_disable() argument
3188 struct hif_softc *scn = HIF_GET_SOFTC(hif_ext_group->hif); in hif_exec_grp_irq_disable()
[all …]
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
H A Dce_main.h207 struct hif_exec_context *hif_ext_group[HIF_MAX_GROUP]; member