Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Drefclock_zyfer.c95 int pollcnt; member
171 up->pollcnt = 2; in zyfer_start()
311 up->pollcnt = 2; in zyfer_receive()
338 if (!up->pollcnt) in zyfer_poll()
341 up->pollcnt--; in zyfer_poll()
H A Drefclock_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()
H A Drefclock_true.c169 unsigned int pollcnt; /* poll message counter */ member
305 up->pollcnt = 2; in true_start()
387 up->pollcnt = 2; in true_receive()
937 if (up->pollcnt > 0) { in true_poll()
938 up->pollcnt--; in true_poll()
H A Drefclock_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()
H A Drefclock_oncore.c322 u_char pollcnt; member
766 instance->pollcnt = 2; in oncore_start()
833 if (!instance->pollcnt) in oncore_poll()
836 instance->pollcnt--; in oncore_poll()
1890 instance->pollcnt = 2; in oncore_get_timestamp()
H A Drefclock_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()
/freebsd/sys/dev/ixgbe/
H A Dixgbe_common.c3177 u32 pollcnt; in ixgbe_pcie_timeout_poll() local
3184 pollcnt = 1300; /* 130 millisec */ in ixgbe_pcie_timeout_poll()
3187 pollcnt = 5200; /* 520 millisec */ in ixgbe_pcie_timeout_poll()
3190 pollcnt = 20000; /* 2 sec */ in ixgbe_pcie_timeout_poll()
3193 pollcnt = 80000; /* 8 sec */ in ixgbe_pcie_timeout_poll()
3196 pollcnt = 34000; /* 34 sec */ in ixgbe_pcie_timeout_poll()
3203 pollcnt = 800; /* 80 millisec minimum */ in ixgbe_pcie_timeout_poll()
3208 return (pollcnt * 11) / 10; in ixgbe_pcie_timeout_poll()