Home
last modified time | relevance | path

Searched refs:fst_in_cmem (Results 1 – 10 of 10) sorted by relevance

/wlan-driver/qcacld-3.0/components/dp/core/src/
Dwlan_dp_rx_fst.c56 if (!fst->fst_in_cmem) in dp_rx_dump_fisa_table()
164 void dp_set_fst_in_cmem(bool fst_in_cmem) in dp_set_fst_in_cmem() argument
168 dp_ctx->fst_in_cmem = fst_in_cmem; in dp_set_fst_in_cmem()
541 if (!dp_ctx->fst_in_cmem && dp_ctx->fst_cmem_base == 0) in dp_rx_fst_check_cmem_support()
553 fst->fst_in_cmem = true; in dp_rx_fst_check_cmem_support()
599 if (!fst->fst_in_cmem || dp_ctx->fst_cmem_base) { in dp_rx_flow_send_fst_fw_setup()
626 if (dp_fst->fst_in_cmem) in dp_rx_fst_detach()
717 dp_ctx->fst_in_cmem = true; in dp_rx_fst_target_config()
Dwlan_dp_fisa_rx.h225 void dp_set_fst_in_cmem(bool fst_in_cmem);
251 static inline void dp_set_fst_in_cmem(bool fst_in_cmem) in dp_set_fst_in_cmem() argument
Dwlan_dp_fisa_rx.c786 if (fisa_hdl->fst_in_cmem) in dp_fisa_rx_get_hw_ft_timestamp()
1248 if (fisa_hdl->fst_in_cmem) in dp_rx_get_fisa_flow()
/wlan-driver/qcacld-3.0/components/dp/dispatcher/src/
Dwlan_dp_api.c46 void wlan_dp_set_fst_in_cmem(bool fst_in_cmem) in wlan_dp_set_fst_in_cmem() argument
48 dp_set_fst_in_cmem(fst_in_cmem); in wlan_dp_set_fst_in_cmem()
/wlan-driver/qcacld-3.0/components/dp/dispatcher/inc/
Dwlan_dp_api.h66 void wlan_dp_set_fst_in_cmem(bool fst_in_cmem);
/wlan-driver/qcacld-3.0/components/dp/core/inc/
Dwlan_dp_priv.h569 bool fst_in_cmem; member
908 bool fst_in_cmem; member
/wlan-driver/qca-wifi-host-cmn/wlan_cfg/
Dwlan_cfg.h496 bool fst_in_cmem; member
Dwlan_cfg.c4155 wlan_cfg_ctx->fst_in_cmem = cfg_get(psoc, CFG_DP_RX_FST_IN_CMEM); in wlan_cfg_soc_attach()
4396 wlan_cfg_ctx->fst_in_cmem = cfg_get(psoc, CFG_DP_RX_FST_IN_CMEM); in wlan_cfg_soc_attach()
5521 return cfg->fst_in_cmem; in wlan_cfg_is_fst_in_cmem_enabled()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_types.h3137 bool fst_in_cmem; member
Ddp_main.c11208 soc->fst_in_cmem = !!value; in dp_soc_set_param()