Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/dec/tulip/
Dde4x5.c3390 #define SAMPLE_INTERVAL 500 /* ms */ macro
3399 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()