Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_bus_bandwidth.c178 enum tput_level tput_level) in bbm_get_bus_bw_level_vote() argument
190 if (tput_level >= TPUT_LEVEL_MAX) { in bbm_get_bus_bw_level_vote()
191 dp_err("invalid tput level %d", tput_level); in bbm_get_bus_bw_level_vote()
206 return (*lkp_table)[dot11_mode][tput_level]; in bbm_get_bus_bw_level_vote()
217 (*lkp_table)[i][tput_level] > vote_lvl) in bbm_get_bus_bw_level_vote()
218 vote_lvl = (*lkp_table)[i][tput_level]; in bbm_get_bus_bw_level_vote()
238 if (tput_level <= TPUT_LEVEL_HIGH) in bbm_get_bus_bw_level_vote()
241 return (*lkp_table)[QCA_WLAN_802_11_MODE_11AX][tput_level]; in bbm_get_bus_bw_level_vote()
259 enum tput_level tput_level) in bbm_apply_tput_policy() argument
269 if (tput_level == TPUT_LEVEL_NONE) { in bbm_apply_tput_policy()
[all …]
H A Dwlan_dp_bus_bandwidth.h125 enum tput_level tput_level);
147 enum tput_level tput_level) in dp_rtpm_tput_policy_apply() argument
/wlan-driver/qcacld-3.0/components/dp/dispatcher/inc/
H A Dwlan_dp_public_struct.h483 enum tput_level { enum
560 enum tput_level tput_level; member