Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/dec/tulip/
Dde4x5.c3383 #define SAMPLE_INTERVAL 500 /* ms */ macro
3392 if ((msec/SAMPLE_INTERVAL) <= 0) return 0; in test_for_100Mb()
3394 lp->timeout = (msec - SAMPLE_DELAY)/SAMPLE_INTERVAL; in test_for_100Mb()
3398 lp->timeout = msec/SAMPLE_INTERVAL; in test_for_100Mb()
3408 gep = SAMPLE_INTERVAL | TIMER_CB; in test_for_100Mb()