Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_bus_bandwidth.c1013 dp_tp_level_to_str(hist->next_rx_level), in wlan_dp_display_tx_rx_histogram()
1262 enum wlan_tp_level *next_rx_level, in dp_bus_bandwidth_work_tune_rx() argument
1329 *next_rx_level = WLAN_SVC_TP_HIGH; in dp_bus_bandwidth_work_tune_rx()
1333 *next_rx_level = WLAN_SVC_TP_LOW; in dp_bus_bandwidth_work_tune_rx()
1336 if (dp_ctx->cur_rx_level != *next_rx_level) { in dp_bus_bandwidth_work_tune_rx()
1339 dp_ctx->cur_rx_level = *next_rx_level; in dp_bus_bandwidth_work_tune_rx()
1352 rx_tp_data.level = *next_rx_level; in dp_bus_bandwidth_work_tune_rx()
1497 static enum wlan_tp_level next_rx_level = WLAN_SVC_TP_NONE; in dp_pld_request_bus_bandwidth() local
1639 &next_rx_level, in dp_pld_request_bus_bandwidth()
1690 next_vote_level, next_rx_level, next_tx_level, in dp_pld_request_bus_bandwidth()
[all …]
/wlan-driver/qcacld-3.0/components/dp/core/inc/
H A Dwlan_dp_priv.h240 uint32_t next_rx_level; member