Searched refs:next_rx_level (Results 1 – 2 of 2) sorted by relevance
1013 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() argument1329 *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() local1639 &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 …]
240 uint32_t next_rx_level; member