Searched refs:tput_level (Results 1 – 3 of 3) sorted by relevance
178 enum tput_level tput_level) in bbm_get_bus_bw_level_vote() argument190 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() argument269 if (tput_level == TPUT_LEVEL_NONE) { in bbm_apply_tput_policy()[all …]
125 enum tput_level tput_level);147 enum tput_level tput_level) in dp_rtpm_tput_policy_apply() argument
483 enum tput_level { enum560 enum tput_level tput_level; member