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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/pcmcia/
H A D3c574_cs.c223 u_short fast_poll; member in struct:el3_private
1033 if (!lp->fast_poll)
1036 lp->fast_poll = HZ;
1038 if (lp->fast_poll) {
1039 lp->fast_poll--;
H A D3c589_cs.c115 u_short fast_poll; member in struct:el3_private
919 if (!lp->fast_poll)
922 lp->fast_poll = HZ;
924 if (lp->fast_poll) {
925 lp->fast_poll--;
H A Daxnet_cs.c136 int stale, fast_poll; member in struct:axnet_dev_t
779 if (!info->fast_poll)
782 info->fast_poll = HZ;
784 if (info->fast_poll) {
785 info->fast_poll--;
H A Dpcnet_cs.c234 int stale, fast_poll; member in struct:pcnet_dev_t
1144 if (!info->fast_poll)
1147 info->fast_poll = HZ;
1149 if (info->fast_poll) {
1150 info->fast_poll--;
H A Dsmc91c92_cs.c130 u_short fast_poll; member in struct:smc_private
1976 if (!smc->fast_poll)
1979 smc->fast_poll = HZ;
1981 if (smc->fast_poll) {
1982 smc->fast_poll--;

Completed in 159 milliseconds