Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_ipa.h629 void dp_ipa_get_wdi_version(struct cdp_soc_t *soc_hdl, uint8_t *wdi_ver);
739 uint8_t *wdi_ver) in dp_ipa_get_wdi_version() argument
H A Ddp_ipa.c4351 void dp_ipa_get_wdi_version(struct cdp_soc_t *soc_hdl, uint8_t *wdi_ver)
4356 soc->arch_ops.ipa_get_wdi_ver(wdi_ver);
4358 *wdi_ver = IPA_WDI_3;
H A Ddp_types.h2520 void (*ipa_get_wdi_ver)(uint8_t *wdi_ver);
/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_ipa.h1042 cdp_ipa_get_wdi_version(ol_txrx_soc_handle soc, uint8_t *wdi_ver) in cdp_ipa_get_wdi_version() argument
1051 soc->ops->ipa_ops->ipa_get_wdi_version(soc, wdi_ver); in cdp_ipa_get_wdi_version()
H A Dcdp_txrx_ops.h2352 uint8_t *wdi_ver);
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
H A Ddp_be.c3589 static void dp_ipa_get_wdi_version_be(uint8_t *wdi_ver) in dp_ipa_get_wdi_version_be() argument
3591 *wdi_ver = IPA_WDI_4; in dp_ipa_get_wdi_version_be()
3594 static inline void dp_ipa_get_wdi_version_be(uint8_t *wdi_ver) in dp_ipa_get_wdi_version_be() argument
/wlan-driver/qca-wifi-host-cmn/ipa/core/src/
H A Dwlan_ipa_core.c537 uint8_t wdi_ver; in wlan_ipa_wdi_get_wdi_version() local
539 cdp_ipa_get_wdi_version(ipa_ctx->dp_soc, &wdi_ver); in wlan_ipa_wdi_get_wdi_version()
540 ipa_ctx->wdi_version = wdi_ver; in wlan_ipa_wdi_get_wdi_version()