Searched refs:timeout (Results 151 - 175 of 412) sorted by last modified time

1234567891011>>

/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_vf.c262 u32 timeout = E1000_VF_INIT_TIMEOUT; local
274 while (!mbx->ops.check_for_rst(hw, 0) && timeout) {
275 timeout--;
279 if (timeout) {
280 /* mailbox timeout can now become active */
281 mbx->timeout = E1000_VF_MBX_INIT_TIMEOUT;
550 /* If we were hit with a reset or timeout drop the link */
551 if (!mbx->ops.check_for_rst(hw, 0) || !mbx->timeout)
575 * we are still accepting timeout or if we had a timeout failur
[all...]
H A De1000_nvm.c272 s32 timeout = E1000_NVM_GRANT_ATTEMPTS; local
279 while (timeout) {
284 timeout--;
287 if (!timeout) {
405 u16 timeout = NVM_MAX_RETRY_SPI; local
416 * not cleared within 'timeout', then error out.
418 while (timeout) {
427 timeout--;
430 if (!timeout) {
H A De1000_mbx.c189 int countdown = mbx->timeout;
205 mbx->timeout = 0;
220 int countdown = mbx->timeout;
236 mbx->timeout = 0;
278 * received an ack to that message within delay * timeout period
287 /* exit if either we can't write or there isn't a defined timeout */
288 if (!mbx->ops.write || !mbx->timeout)
540 /* start mailbox as timed out and let the reset_hw call set the timeout
542 mbx->timeout = 0;
768 mbx->timeout
[all...]
H A De1000_mac.c2026 s32 timeout = MASTER_DISABLE_TIMEOUT; local
2037 while (timeout) {
2043 timeout--;
2046 if (!timeout) {
2307 s32 i = 0, timeout = 200; local
2311 while (i < timeout) {
2330 if (i == timeout) {
2331 DEBUGOUT("Driver can't access resource, SW_FW_SYNC timeout.\n");
H A De1000_ich8lan.c1066 /* Clear link status transmit timeout */
1070 /* Set inband Tx timeout to 5x10us for 100Half */
1076 /* Set inband Tx timeout to 50x10us for 10Full/Half */
1898 u32 extcnf_ctrl, timeout = PHY_CFG_TIMEOUT; local
1905 while (timeout) {
1911 timeout--;
1914 if (!timeout) {
1920 timeout = SW_FLAG_TIMEOUT;
1925 while (timeout) {
1931 timeout
3767 e1000_flash_cycle_ich8lan(struct e1000_hw *hw, u32 timeout) argument
4778 u32 timeout = ICH_FLASH_ERASE_COMMAND_TIMEOUT; local
[all...]
H A De1000_i210.c788 s32 timeout = PHY_CFG_TIMEOUT; local
793 while (timeout) {
797 timeout--;
799 if (!timeout)
H A De1000_hw.h946 u32 timeout; member in struct:e1000_mbx_info
H A De1000_82575.c1005 s32 timeout = PHY_CFG_TIMEOUT; local
1016 while (timeout) {
1020 timeout--;
1022 if (!timeout)
1314 /* set the completion timeout for interface */
1317 DEBUGOUT("PCI-E Set completion timeout has failed.\n");
1724 s32 timeout = 3; local
1734 while (timeout) {
1741 timeout--;
1979 * e1000_set_pcie_completion_timeout - set pci-e completion timeout
3307 u32 timeout = 10; local
[all...]
H A De1000_82571.c841 s32 timeout = PHY_CFG_TIMEOUT; local
845 while (timeout) {
850 timeout--;
852 if (!timeout) {
H A De1000_80003es2lan.c561 s32 timeout = PHY_CFG_TIMEOUT; local
569 while (timeout) {
573 timeout--;
575 if (!timeout) {
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerSettings.cpp535 bigtime_t timeout; local
541 timeout = fSettingsLastChange + SAVE_DELAY;
545 rv = acquire_sem_etc(fSaveThreadWaitSem, 1, B_ABSOLUTE_TIMEOUT, timeout);
567 timeout = system_time() + SAVE_DELAY;
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/usb/
H A Drtwn_usb_ep.c82 .timeout = RTWN_TX_TIMEOUT, /* ms */
95 .timeout = RTWN_TX_TIMEOUT, /* ms */
108 .timeout = RTWN_TX_TIMEOUT, /* ms */
121 .timeout = RTWN_TX_TIMEOUT, /* ms */
/haiku/src/system/kernel/arch/x86/
H A Darch_timer.cpp50 arch_timer_set_hardware_timer(bigtime_t timeout) argument
52 TRACE("arch_timer_set_hardware_timer: timeout %" B_PRIdBIGTIME "\n", timeout);
53 sTimer->set_hardware_timer(timeout);
/haiku/src/system/kernel/posix/
H A Drealtime_sem.cpp509 status_t AcquireSem(sem_id id, uint32 flags, bigtime_t timeout) argument
521 status_t error = acquire_sem_etc(id, 1, flags | B_CAN_INTERRUPT, timeout);
806 _user_realtime_sem_wait(sem_id semID, uint32 flags, bigtime_t timeout) argument
812 return syscall_restart_handle_post(context->AcquireSem(semID, flags, timeout));
/haiku/headers/private/kernel/posix/
H A Drealtime_sem.h36 bigtime_t timeout);
/haiku/src/servers/net/
H A DDHCPClient.cpp160 timeout(time_t(AS_USECS(DEFAULT_TIMEOUT))),
166 bigtime_t timeout; // in micro secs member in struct:socket_timeout
442 value.tv_sec = timeout / 1000000;
443 value.tv_usec = timeout % 1000000;
461 timeout = std::max(remaining, bigtime_t(AS_USECS(60)));
463 timeout += timeout;
465 if (timeout > AS_USECS(MAX_TIMEOUT))
466 timeout = AS_USECS(MAX_TIMEOUT);
469 device, timeout / 100
953 _TimeoutShift(int socket, dhcp_state& state, socket_timeout& timeout) argument
[all...]
/haiku/headers/private/kernel/arch/
H A Dtimer.h16 extern void arch_timer_set_hardware_timer(bigtime_t timeout);
/haiku/src/servers/app/drawing/
H A DHWInterface.h108 bigtime_t timeout = B_INFINITE_TIMEOUT) = 0;
H A DBitmapHWInterface.cpp149 BitmapHWInterface::WaitForRetrace(bigtime_t timeout) argument
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DHIDReport.h58 status_t WaitForReport(bigtime_t timeout);
H A DHIDReport.cpp228 HIDReport::WaitForReport(bigtime_t timeout) argument
242 result = conditionVariableEntry.Wait(B_RELATIVE_TIMEOUT, timeout);
/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_nvm.c230 s32 timeout = IGC_NVM_GRANT_ATTEMPTS; local
237 while (timeout) {
242 timeout--;
245 if (!timeout) {
335 u16 timeout = NVM_MAX_RETRY_SPI; local
346 * not cleared within 'timeout', then error out.
348 while (timeout) {
357 timeout--;
360 if (!timeout) {
H A Digc_mac.c926 s32 timeout = hw->nvm.word_size + 1; local
932 while (i < timeout) {
941 if (i == timeout) {
947 for (i = 0; i < timeout; i++) {
958 if (i == timeout) {
1028 s32 timeout = MASTER_DISABLE_TIMEOUT; local
1036 while (timeout) {
1041 timeout--;
1044 if (!timeout) {
/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/de/
H A Dif_de.c226 TULIP_PERFSTART(timeout)
233 TULIP_PERFEND(timeout);
869 event == TULIP_MEDIAPOLL_TXPROBE_FAILED ? "txprobe failed" : "timeout",
1452 loudprintf("%s(phy%d): autonegotiation timeout: sts=0x%04x, ctl=0x%04x\n",
4359 if_printf(sc->tulip_ifp, "transmission timeout\n");
/haiku/src/add-ons/kernel/drivers/network/ether/broadcom440x/dev/bfe/
H A Dif_bfe.c1171 u_long timeout, const int clear)
1175 for (i = 0; i < timeout; i++) {
1184 if (i == timeout) {
1677 * Set a timeout in case the chip goes out to lunch.
1825 device_printf(sc->bfe_dev, "watchdog timeout -- resetting\n");
1170 bfe_wait_bit(struct bfe_softc *sc, u_int32_t reg, u_int32_t bit, u_long timeout, const int clear) argument

Completed in 215 milliseconds

1234567891011>>