Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_bus_bandwidth.c730 enum wlan_tp_level next_tx_level; in wlan_dp_update_tcp_tx_param() local
745 next_tx_level = tx_tp_data->level; in wlan_dp_update_tcp_tx_param()
754 &next_tx_level, in wlan_dp_update_tcp_tx_param()
755 sizeof(next_tx_level)); in wlan_dp_update_tcp_tx_param()
1014 dp_tp_level_to_str(hist->next_tx_level), in wlan_dp_display_tx_rx_histogram()
1377 enum wlan_tp_level *next_tx_level, in dp_bus_bandwidth_work_tune_tx() argument
1429 *next_tx_level = WLAN_SVC_TP_HIGH; in dp_bus_bandwidth_work_tune_tx()
1431 *next_tx_level = WLAN_SVC_TP_LOW; in dp_bus_bandwidth_work_tune_tx()
1434 dp_ctx->cur_tx_level != *next_tx_level) { in dp_bus_bandwidth_work_tune_tx()
1437 dp_ctx->cur_tx_level = *next_tx_level; in dp_bus_bandwidth_work_tune_tx()
[all …]
/wlan-driver/qcacld-3.0/components/dp/core/inc/
H A Dwlan_dp_priv.h241 uint32_t next_tx_level; member