Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/3com/
D3c589_cs.c137 u16 fast_poll; member
693 if (!lp->fast_poll) in media_check()
700 lp->fast_poll = HZ; in media_check()
702 if (lp->fast_poll) { in media_check()
703 lp->fast_poll--; in media_check()
D3c574_cs.c205 unsigned short fast_poll; member
873 if (!lp->fast_poll) in media_check()
880 lp->fast_poll = HZ; in media_check()
882 if (lp->fast_poll) { in media_check()
883 lp->fast_poll--; in media_check()
/Linux-v6.1/drivers/net/ethernet/8390/
Daxnet_cs.c114 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.c207 int stale, fast_poll; member
1033 if (!info->fast_poll) in ei_watchdog()
1036 info->fast_poll = HZ; in ei_watchdog()
1038 if (info->fast_poll) { in ei_watchdog()
1039 info->fast_poll--; in ei_watchdog()
/Linux-v6.1/drivers/net/ethernet/smsc/
Dsmc91c92_cs.c111 u_short fast_poll; member
1749 if (!smc->fast_poll) in media_check()
1754 smc->fast_poll = HZ; in media_check()
1756 if (smc->fast_poll) { in media_check()
1757 smc->fast_poll--; in media_check()