Searched refs:pollcnt (Results 1 – 7 of 7) sorted by relevance
95 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()
117 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()
169 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()
129 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()
322 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()
257 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()
3177 u32 pollcnt; in ixgbe_pcie_timeout_poll() local3184 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()