Searched refs:SQI_SAMPLES (Results 1 – 1 of 1) sorted by relevance
265 #define SQI_SAMPLES 200 macro271 #define SQI_INLIERS_NUM (SQI_SAMPLES * SQI_INLINERS_PERCENT / 100)274 #define SQI_INLIERS_START ((SQI_SAMPLES - SQI_INLIERS_NUM) / 2)1977 u16 rawtable[SQI_SAMPLES]; in lan887x_get_sqi_100M()2018 for (i = 0; i < SQI_SAMPLES; i++) { in lan887x_get_sqi_100M()2042 sort(rawtable, SQI_SAMPLES, sizeof(u16), sqi_compare, NULL); in lan887x_get_sqi_100M()