Searched refs:HighRSSIThreshForRA (Results 1 – 4 of 4) sorted by relevance
481 u8 HighRSSIThreshForRA = pRA->HighRSSIThresh; in ODM_RAStateCheck() local494 HighRSSIThreshForRA += GoUpGap; in ODM_RAStateCheck()498 HighRSSIThreshForRA += GoUpGap; in ODM_RAStateCheck()509 if (RSSI > HighRSSIThreshForRA) in ODM_RAStateCheck()
767 u8 HighRSSIThreshForRA = pRA->HighRSSIThresh; in ODM_RAStateCheck() local779 HighRSSIThreshForRA += GoUpGap; in ODM_RAStateCheck()782 HighRSSIThreshForRA += GoUpGap; in ODM_RAStateCheck()790 if (RSSI > HighRSSIThreshForRA) in ODM_RAStateCheck()
331 u32 LowRSSIThreshForRA = 0, HighRSSIThreshForRA = 0; in _rtl92e_dm_check_rate_adaptive() local377 HighRSSIThreshForRA = pra->high2low_rssi_thresh_for_ra; in _rtl92e_dm_check_rate_adaptive()381 HighRSSIThreshForRA = pra->high_rssi_thresh_for_ra; in _rtl92e_dm_check_rate_adaptive()385 HighRSSIThreshForRA = pra->high_rssi_thresh_for_ra; in _rtl92e_dm_check_rate_adaptive()391 (long)HighRSSIThreshForRA) { in _rtl92e_dm_check_rate_adaptive()
289 u32 LowRSSIThreshForRA = 0, HighRSSIThreshForRA = 0; in dm_check_rate_adaptive() local341 HighRSSIThreshForRA = pra->high2low_rssi_thresh_for_ra; in dm_check_rate_adaptive()345 HighRSSIThreshForRA = pra->high_rssi_thresh_for_ra; in dm_check_rate_adaptive()349 HighRSSIThreshForRA = pra->high_rssi_thresh_for_ra; in dm_check_rate_adaptive()355 if (priv->undecorated_smoothed_pwdb >= (long)HighRSSIThreshForRA) { in dm_check_rate_adaptive()
Completed in 16 milliseconds