Home
last modified time | relevance | path

Searched refs:pollcnt (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/ntp/ntpd/
HDrefclock_zyfer.c94 int pollcnt; member
170 up->pollcnt = 2; in zyfer_start()
294 up->pollcnt = 2; in zyfer_receive()
321 if (!up->pollcnt) in zyfer_poll()
324 up->pollcnt--; in zyfer_poll()
HDrefclock_hpgps.c117 int pollcnt; /* poll message counter */ member
205 up->pollcnt = 2; in hpgps_start()
318 up->pollcnt = 2; in hpgps_receive()
613 if (up->pollcnt == 0) in hpgps_poll()
616 up->pollcnt--; in hpgps_poll()
HDrefclock_true.c175 unsigned int pollcnt; /* poll message counter */ member
311 up->pollcnt = 2; in true_start()
393 up->pollcnt = 2; in true_receive()
943 if (up->pollcnt > 0) { in true_poll()
944 up->pollcnt--; in true_poll()
HDrefclock_mx4200.c129 u_int pollcnt; /* poll message counter */ member
305 up->pollcnt = 2; in mx4200_config()
427 up->pollcnt = 2; in mx4200_config()
618 if (up->pollcnt > 0) { in mx4200_poll()
619 up->pollcnt--; in mx4200_poll()
703 up->pollcnt = 2; in mx4200_receive()
HDrefclock_jupiter.c106 u_int pollcnt; /* poll message counter */ member
288 instance->pollcnt = 2; in jupiter_config()
450 if (instance->pollcnt > 0) { in jupiter_poll()
451 instance->pollcnt--; in jupiter_poll()
546 instance->pollcnt = 2; in jupiter_receive()
HDrefclock_oncore.c321 u_char pollcnt; member
764 instance->pollcnt = 2; in oncore_start()
831 if (!instance->pollcnt) in oncore_poll()
834 instance->pollcnt--; in oncore_poll()
1882 instance->pollcnt = 2; in oncore_get_timestamp()
HDrefclock_ripencc.c257 int pollcnt; /* poll message counter */ member
526 up->pollcnt = 2; in ripencc_start()
802 if (up->pollcnt == 0) in ripencc_poll()
805 up->pollcnt--; in ripencc_poll()
1008 up->pollcnt = 2; in ripencc_receive()
/NextBSD/sys/dev/ixgbe/
HDixgbe_common.c3074 u32 pollcnt; in ixgbe_pcie_timeout_poll() local
3081 pollcnt = 1300; /* 130 millisec */ in ixgbe_pcie_timeout_poll()
3084 pollcnt = 5200; /* 520 millisec */ in ixgbe_pcie_timeout_poll()
3087 pollcnt = 20000; /* 2 sec */ in ixgbe_pcie_timeout_poll()
3090 pollcnt = 80000; /* 8 sec */ in ixgbe_pcie_timeout_poll()
3093 pollcnt = 34000; /* 34 sec */ in ixgbe_pcie_timeout_poll()
3100 pollcnt = 800; /* 80 millisec minimum */ in ixgbe_pcie_timeout_poll()
3105 return (pollcnt * 11) / 10; in ixgbe_pcie_timeout_poll()