Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_bus_bandwidth.h235 return dp_ctx->cur_vote_level; in dp_get_current_throughput_level()
255 dp_ctx->cur_vote_level = next_vote_level; in dp_set_current_throughput_level()
H A Dwlan_dp_bus_bandwidth.c900 if (dp_ctx->cur_vote_level < PLD_BUS_WIDTH_MEDIUM) in dp_is_current_high_throughput()
1574 if (dp_ctx->cur_vote_level != next_vote_level) { in dp_pld_request_bus_bandwidth()
1587 dp_ctx->cur_vote_level = next_vote_level; in dp_pld_request_bus_bandwidth()
/wlan-driver/qcacld-3.0/components/dp/core/inc/
H A Dwlan_dp_priv.h860 int cur_vote_level; member