Home
last modified time | relevance | path

Searched refs:gro_bit_set (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/wlan_cfg/
Dwlan_cfg.c4017 uint32_t gro_bit_set; in wlan_cfg_soc_attach() local
4072 gro_bit_set = cfg_get(psoc, CFG_DP_GRO); in wlan_cfg_soc_attach()
4073 if (gro_bit_set & DP_GRO_ENABLE_BIT_SET) { in wlan_cfg_soc_attach()
4075 if (gro_bit_set & DP_TC_BASED_DYNAMIC_GRO) in wlan_cfg_soc_attach()
4208 uint32_t gro_bit_set; in wlan_cfg_soc_attach() local
4285 gro_bit_set = cfg_get(psoc, CFG_DP_GRO); in wlan_cfg_soc_attach()
4286 if (gro_bit_set & DP_GRO_ENABLE_BIT_SET) { in wlan_cfg_soc_attach()
4288 if (gro_bit_set & DP_TC_BASED_DYNAMIC_GRO) in wlan_cfg_soc_attach()
/wlan-driver/qcacld-3.0/core/cds/src/
Dcds_api.c524 uint32_t gro_bit_set; in cds_cdp_cfg_attach() local
551 gro_bit_set = cfg_get(psoc, CFG_DP_GRO); in cds_cdp_cfg_attach()
552 if (gro_bit_set & DP_GRO_ENABLE_BIT_SET) in cds_cdp_cfg_attach()