Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/3com/
D3c589_cs.c134 u16 fast_poll; member
679 if (!lp->fast_poll) in media_check()
686 lp->fast_poll = HZ; in media_check()
688 if (lp->fast_poll) { in media_check()
689 lp->fast_poll--; in media_check()
D3c574_cs.c206 unsigned short fast_poll; member
878 if (!lp->fast_poll) in media_check()
885 lp->fast_poll = HZ; in media_check()
887 if (lp->fast_poll) { in media_check()
888 lp->fast_poll--; in media_check()
/linux-3.4.99/drivers/net/ethernet/8390/
Daxnet_cs.c115 int stale, fast_poll; member
566 if (!info->fast_poll) in ei_watchdog()
569 info->fast_poll = HZ; in ei_watchdog()
571 if (info->fast_poll) { in ei_watchdog()
572 info->fast_poll--; in ei_watchdog()
Dpcnet_cs.c209 int stale, fast_poll; member
1024 if (!info->fast_poll) in ei_watchdog()
1027 info->fast_poll = HZ; in ei_watchdog()
1029 if (info->fast_poll) { in ei_watchdog()
1030 info->fast_poll--; in ei_watchdog()
/linux-3.4.99/drivers/net/ethernet/smsc/
Dsmc91c92_cs.c112 u_short fast_poll; member
1750 if (!smc->fast_poll) in media_check()
1755 smc->fast_poll = HZ; in media_check()
1757 if (smc->fast_poll) { in media_check()
1758 smc->fast_poll--; in media_check()