Searched refs:new_threshold (Results 1 – 3 of 3) sorted by relevance
1414 enum wmi_rssi_threshold_val new_threshold; in ath6kl_wmi_rssi_threshold_event_rx() local1423 new_threshold = (enum wmi_rssi_threshold_val) reply->range; in ath6kl_wmi_rssi_threshold_event_rx()1433 if (new_threshold) { in ath6kl_wmi_rssi_threshold_event_rx()1441 new_threshold = WMI_RSSI_THRESHOLD1_ABOVE; in ath6kl_wmi_rssi_threshold_event_rx()1444 new_threshold = WMI_RSSI_THRESHOLD2_ABOVE; in ath6kl_wmi_rssi_threshold_event_rx()1447 new_threshold = WMI_RSSI_THRESHOLD3_ABOVE; in ath6kl_wmi_rssi_threshold_event_rx()1450 new_threshold = WMI_RSSI_THRESHOLD4_ABOVE; in ath6kl_wmi_rssi_threshold_event_rx()1453 new_threshold = WMI_RSSI_THRESHOLD5_ABOVE; in ath6kl_wmi_rssi_threshold_event_rx()1455 new_threshold = WMI_RSSI_THRESHOLD6_ABOVE; in ath6kl_wmi_rssi_threshold_event_rx()1465 new_threshold = WMI_RSSI_THRESHOLD6_BELOW; in ath6kl_wmi_rssi_threshold_event_rx()[all …]
256 void sc_set_cr_threshold(struct send_context *sc, u32 new_threshold);
584 void sc_set_cr_threshold(struct send_context *sc, u32 new_threshold) in sc_set_cr_threshold() argument596 if (new_threshold != old_threshold) { in sc_set_cr_threshold()600 | ((new_threshold in sc_set_cr_threshold()