Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/phy/
H A Dmicrochip_t1.c265 #define SQI_SAMPLES 200 macro
271 #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()