Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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
874 if (!lp->fast_poll) in media_check()
881 lp->fast_poll = HZ; in media_check()
883 if (lp->fast_poll) { in media_check()
884 lp->fast_poll--; in media_check()
/kernel/linux/linux-5.10/drivers/net/ethernet/8390/
Daxnet_cs.c114 int stale, fast_poll; member
561 if (!info->fast_poll) in ei_watchdog()
564 info->fast_poll = HZ; in ei_watchdog()
566 if (info->fast_poll) { in ei_watchdog()
567 info->fast_poll--; in ei_watchdog()
Dpcnet_cs.c207 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()
/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/
Dsmc91c92_cs.c111 u_short fast_poll; member
1746 if (!smc->fast_poll) in media_check()
1751 smc->fast_poll = HZ; in media_check()
1753 if (smc->fast_poll) { in media_check()
1754 smc->fast_poll--; in media_check()