Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath6kl/
Dwmi.c1361 struct sq_threshold_params *sq_thresh, in ath6kl_wmi_get_upper_threshold() argument
1365 u8 threshold = (u8) sq_thresh->upper_threshold[size - 1]; in ath6kl_wmi_get_upper_threshold()
1369 if (rssi < sq_thresh->upper_threshold[index]) { in ath6kl_wmi_get_upper_threshold()
1370 threshold = (u8) sq_thresh->upper_threshold[index]; in ath6kl_wmi_get_upper_threshold()
1379 struct sq_threshold_params *sq_thresh, in ath6kl_wmi_get_lower_threshold() argument
1383 u8 threshold = (u8) sq_thresh->lower_threshold[size - 1]; in ath6kl_wmi_get_lower_threshold()
1387 if (rssi > sq_thresh->lower_threshold[index]) { in ath6kl_wmi_get_lower_threshold()
1388 threshold = (u8) sq_thresh->lower_threshold[index]; in ath6kl_wmi_get_lower_threshold()
1418 struct sq_threshold_params *sq_thresh; in ath6kl_wmi_rssi_threshold_event_rx() local
1431 sq_thresh = &wmi->sq_threshld[SIGNAL_QUALITY_METRICS_RSSI]; in ath6kl_wmi_rssi_threshold_event_rx()
[all …]