Searched refs:SAMPLE_INTERVAL (Results 1 – 1 of 1) sorted by relevance
3391 #define SAMPLE_INTERVAL 500 /* ms */ macro3400 if ((msec/SAMPLE_INTERVAL) <= 0) return 0; in test_for_100Mb()3402 lp->timeout = (msec - SAMPLE_DELAY)/SAMPLE_INTERVAL; in test_for_100Mb()3406 lp->timeout = msec/SAMPLE_INTERVAL; in test_for_100Mb()3416 gep = SAMPLE_INTERVAL | TIMER_CB; in test_for_100Mb()