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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/pcmcia/
H A D3c574_cs.c207 unsigned short fast_poll; member in struct:el3_private
905 if (!lp->fast_poll)
912 lp->fast_poll = HZ;
914 if (lp->fast_poll) {
915 lp->fast_poll--;
H A D3c589_cs.c134 u16 fast_poll; member in struct:el3_private
713 if (!lp->fast_poll)
720 lp->fast_poll = HZ;
722 if (lp->fast_poll) {
723 lp->fast_poll--;
H A Daxnet_cs.c117 int stale, fast_poll; member in struct:axnet_dev_t
615 if (!info->fast_poll)
618 info->fast_poll = HZ;
620 if (info->fast_poll) {
621 info->fast_poll--;
H A Dpcnet_cs.c211 int stale, fast_poll; member in struct:pcnet_dev_t
1096 if (!info->fast_poll)
1099 info->fast_poll = HZ;
1101 if (info->fast_poll) {
1102 info->fast_poll--;
H A Dsmc91c92_cs.c112 u_short fast_poll; member in struct:smc_private
1796 if (!smc->fast_poll)
1801 smc->fast_poll = HZ;
1803 if (smc->fast_poll) {
1804 smc->fast_poll--;

Completed in 43 milliseconds