Home
last modified time | relevance | path

Searched refs:CFG_DP_SG (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/wlan_cfg/
H A Dcfg_dp.h1110 #define CFG_DP_SG \ macro
2104 CFG(CFG_DP_SG) \
H A Dwlan_cfg.c4071 wlan_cfg_ctx->sg_enabled = cfg_get(psoc, CFG_DP_SG); in wlan_cfg_soc_attach()
4284 wlan_cfg_ctx->sg_enabled = cfg_get(psoc, CFG_DP_SG); in wlan_cfg_soc_attach()
/wlan-driver/qcacld-3.0/core/cds/src/
H A Dcds_api.c548 cdp_cfg.sg_enable = cfg_get(psoc, CFG_DP_SG); in cds_cdp_cfg_attach()