Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/ipcie/
H A Dif_ipci.c71 hif_clear_ce_stats(&ipci_ctx->ce_sc); in hif_ipci_clear_stats()
166 struct HIF_CE_state *ce_sc = HIF_GET_CE_STATE(scn); in hif_ce_srng_msi_free_irq() local
180 if (!ce_sc->tasklets[ce_id].inited) in hif_ce_srng_msi_free_irq()
191 pfrm_free_irq(scn->qdf_dev->dev, irq, &ce_sc->tasklets[ce_id]); in hif_ce_srng_msi_free_irq()
455 struct HIF_CE_state *ce_sc = HIF_GET_CE_STATE(scn); in hif_ce_msi_configure_irq() local
484 &ce_sc->tasklets[ce_id]); in hif_ce_msi_configure_irq()
487 if (!ce_sc->tasklets[ce_id].inited) in hif_ce_msi_configure_irq()
495 &ce_sc->tasklets[ce_id]); in hif_ce_msi_configure_irq()
510 pfrm_free_irq(scn->qdf_dev->dev, irq, &ce_sc->tasklets[ce_id]); in hif_ce_msi_configure_irq()
619 struct HIF_CE_state *ce_sc = HIF_GET_CE_STATE(scn); in hif_ipci_ce_irq_set_affinity_hint() local
[all …]
H A Dif_ipci.h92 struct HIF_CE_state ce_sc; member
/wlan-driver/qca-wifi-host-cmn/hif/src/pcie/
H A Dif_pci.c1146 hif_clear_ce_stats(&pci_ctx->ce_sc); in hif_pci_clear_stats()
2115 struct HIF_CE_state *ce_sc = HIF_GET_CE_STATE(scn); in hif_ce_srng_free_irq() local
2116 struct CE_attr *host_ce_conf = ce_sc->host_ce_config; in hif_ce_srng_free_irq()
2135 if (!ce_sc->tasklets[ce_id].inited) in hif_ce_srng_free_irq()
2144 pfrm_free_irq(scn->qdf_dev->dev, irq, &ce_sc->tasklets[ce_id]); in hif_ce_srng_free_irq()
2969 struct HIF_CE_state *ce_sc = HIF_GET_CE_STATE(scn); in hif_ce_configure_legacyirq() local
2970 struct CE_attr *host_ce_conf = ce_sc->host_ce_config; in hif_ce_configure_legacyirq()
3007 &ce_sc->tasklets[ce_id]); in hif_ce_configure_legacyirq()
3041 struct HIF_CE_state *ce_sc = HIF_GET_CE_STATE(scn); in hif_ce_msi_configure_irq_by_ceid() local
3072 &ce_sc->tasklets[ce_id]); in hif_ce_msi_configure_irq_by_ceid()
[all …]
H A Dif_pci.h123 struct HIF_CE_state ce_sc; member
/wlan-driver/qca-wifi-host-cmn/hif/src/snoc/
H A Dif_ahb.c218 sc->ce_sc.ol_sc.mem = info.v_addr; in hif_ahb_get_bar_addr_pld()
219 sc->ce_sc.ol_sc.mem_pa = info.p_addr; in hif_ahb_get_bar_addr_pld()
/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_main.c3232 struct HIF_CE_state *ce_sc; in hif_affinity_mgr_affine_irq() local
3242 ce_sc = HIF_GET_CE_STATE(scn); in hif_affinity_mgr_affine_irq()
3243 host_ce_conf = ce_sc->host_ce_config; in hif_affinity_mgr_affine_irq()