Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_ipa.h52 if (!soc || !soc->ops || !soc->ops->ipa_ops) { in cdp_ipa_get_resource()
58 if (soc->ops->ipa_ops->ipa_get_resource) in cdp_ipa_get_resource()
59 return soc->ops->ipa_ops->ipa_get_resource(soc, pdev_id); in cdp_ipa_get_resource()
76 if (!soc || !soc->ops || !soc->ops->ipa_ops) { in cdp_ipa_set_doorbell_paddr()
82 if (soc->ops->ipa_ops->ipa_set_doorbell_paddr) in cdp_ipa_set_doorbell_paddr()
83 return soc->ops->ipa_ops->ipa_set_doorbell_paddr(soc, pdev_id); in cdp_ipa_set_doorbell_paddr()
100 if (!soc || !soc->ops || !soc->ops->ipa_ops) { in cdp_ipa_iounmap_doorbell_vaddr()
106 if (soc->ops->ipa_ops->ipa_iounmap_doorbell_vaddr) in cdp_ipa_iounmap_doorbell_vaddr()
107 return soc->ops->ipa_ops->ipa_iounmap_doorbell_vaddr( in cdp_ipa_iounmap_doorbell_vaddr()
128 if (!soc || !soc->ops || !soc->ops->ipa_ops) { in cdp_ipa_set_active()
[all …]
H A Dcdp_txrx_ops.h2614 struct cdp_ipa_ops *ipa_ops; member
/wlan-driver/qca-wifi-host-cmn/target_if/ipa/src/
H A Dtarget_if_ipa.c77 struct wlan_lmac_if_ipa_tx_ops *ipa_ops; in target_if_ipa_register_tx_ops() local
84 ipa_ops = &tx_ops->ipa_ops; in target_if_ipa_register_tx_ops()
86 ipa_ops->ipa_uc_offload_control_req = in target_if_ipa_register_tx_ops()
88 ipa_ops->ipa_intrabss_control_req = target_if_ipa_intrabss_control_req; in target_if_ipa_register_tx_ops()
/wlan-driver/qca-wifi-host-cmn/ipa/dispatcher/src/
H A Dwlan_ipa_tgt_api.c49 if (tx_ops->ipa_ops.ipa_uc_offload_control_req) in tgt_ipa_uc_offload_enable_disable()
50 status = tx_ops->ipa_ops.ipa_uc_offload_control_req(psoc, req); in tgt_ipa_uc_offload_enable_disable()
76 if (tx_ops->ipa_ops.ipa_intrabss_control_req) in tgt_ipa_intrabss_enable_disable()
77 status = tx_ops->ipa_ops.ipa_intrabss_control_req(psoc, req); in tgt_ipa_intrabss_enable_disable()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
H A Dwlan_lmac_if_def.h1902 struct wlan_lmac_if_ipa_tx_ops ipa_ops; member
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_txrx.c6425 .ipa_ops = &ol_ops_ipa,
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_main.c13553 soc->cdp_soc.ops->ipa_ops = &dp_ops_ipa; in dp_soc_txrx_ops_attach()