Searched refs:SAMPLE_INTERVAL (Results 1 – 1 of 1) sorted by relevance
3390 #define SAMPLE_INTERVAL 500 /* ms */ macro3399 if ((msec/SAMPLE_INTERVAL) <= 0) return 0; in test_for_100Mb()3401 lp->timeout = (msec - SAMPLE_DELAY)/SAMPLE_INTERVAL; in test_for_100Mb()3405 lp->timeout = msec/SAMPLE_INTERVAL; in test_for_100Mb()3415 gep = SAMPLE_INTERVAL | TIMER_CB; in test_for_100Mb()