Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/dp/core/src/
Dwlan_dp_bus_bandwidth.c185 bus_bw_table_type *lkp_table = bbm_ctx->curr_bus_bw_lookup_table; in bbm_get_bus_bw_level_vote() local
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()
241 return (*lkp_table)[QCA_WLAN_802_11_MODE_11AX][tput_level]; in bbm_get_bus_bw_level_vote()