Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/3com/
D3c589_cs.c138 u16 fast_poll; member
696 if (!lp->fast_poll) in media_check()
703 lp->fast_poll = HZ; in media_check()
705 if (lp->fast_poll) { in media_check()
706 lp->fast_poll--; in media_check()
D3c574_cs.c205 unsigned short fast_poll; member
877 if (!lp->fast_poll) in media_check()
884 lp->fast_poll = HZ; in media_check()
886 if (lp->fast_poll) { in media_check()
887 lp->fast_poll--; in media_check()
/linux-4.4.14/drivers/net/ethernet/8390/
Daxnet_cs.c115 int stale, fast_poll; member
564 if (!info->fast_poll) in ei_watchdog()
567 info->fast_poll = HZ; in ei_watchdog()
569 if (info->fast_poll) { in ei_watchdog()
570 info->fast_poll--; in ei_watchdog()
Dpcnet_cs.c208 int stale, fast_poll; member
1023 if (!info->fast_poll) in ei_watchdog()
1026 info->fast_poll = HZ; in ei_watchdog()
1028 if (info->fast_poll) { in ei_watchdog()
1029 info->fast_poll--; in ei_watchdog()
/linux-4.4.14/drivers/net/ethernet/smsc/
Dsmc91c92_cs.c111 u_short fast_poll; member
1745 if (!smc->fast_poll) in media_check()
1750 smc->fast_poll = HZ; in media_check()
1752 if (smc->fast_poll) { in media_check()
1753 smc->fast_poll--; in media_check()