Searched refs:next_tx_level (Results 1 – 2 of 2) sorted by relevance
730 enum wlan_tp_level next_tx_level; in wlan_dp_update_tcp_tx_param() local745 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() argument1429 *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 …]
241 uint32_t next_tx_level; member