Searched refs:timeout (Results 401 - 412 of 412) sorted by relevance

<<11121314151617

/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/
H A Dif_run.c665 .timeout = 5000, /* ms */
675 .timeout = 5000, /* ms */
685 .timeout = 5000, /* ms */
695 .timeout = 5000, /* ms */
705 .timeout = 5000, /* ms */
715 .timeout = 5000, /* ms */
827 "timeout waiting for NIC to initialize\n");
1303 "timeout waiting for MCU to initialize\n");
2586 /* next timeout will be rescheduled in the callback task */
2792 * This function could is called though timeout functio
[all...]
H A Dif_rum.c454 .timeout = 5000, /* ms */
517 device_printf(sc->sc_dev, "timeout waiting for chip to settle\n");
1151 device_printf(sc->sc_dev, "device timeout\n");
2504 "timeout waiting for BBP/RF to wakeup\n");
2525 device_printf(sc->sc_dev, "timeout waiting for BBP\n");
3276 rum_pause(struct rum_softc *sc, int timeout) argument
3279 usb_pause_mtx(&sc->sc_mtx, timeout);
/haiku/src/apps/deskbar/
H A DSwitcher.cpp649 bigtime_t timeout = now + 180000; local
676 while (system_time() < timeout) {
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c377 /* Clear device-specific "PCI retry timeout" register (41h). */
760 /* Clear device-specific "PCI retry timeout" register (41h). */
875 "timeout reading ROM at 0x%x\n", addr);
2901 tx->timeout = htole16(3);
2903 tx->timeout = htole16(2);
3027 tx->timeout = htole16(3);
3029 tx->timeout = htole16(2);
3197 ic_printf(ic, "scan timeout\n");
3207 ic_printf(ic, "device timeout\n");
4889 "timeout waitin
[all...]
/haiku/src/kits/media/
H A DMediaRoster.cpp1511 bigtime_t timeout)
1514 ", at timeout %" B_PRId64 "\n", node.node, atTime, timeout);
1532 sizeof(status), B_TIMEOUT, timeout);
1510 SyncToNode(const media_node& node, bigtime_t atTime, bigtime_t timeout) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwn.c454 /* Clear device-specific "PCI retry timeout" register (41h). */
1481 /* Clear device-specific "PCI retry timeout" register (41h). */
1612 DPRINTF(sc, IWN_DEBUG_TRACE, "->%s end timeout\n", __func__);
1704 "timeout reading ROM at 0x%x\n", addr);
3481 sc->calib_cnt = 0; /* Reset TX power calibration timeout. */
3672 * XXX f/w may hang (device timeout) when desc->idx - ring->read == 64
3713 * 802.11 layer will fall back to using a timeout to wait for
4735 tx->timeout = htole16(3);
4737 tx->timeout = htole16(2);
4739 tx->timeout
[all...]
/haiku/src/system/kernel/vm/
H A Dvm_page.cpp217 bool Wait(bigtime_t timeout, bool clearActivated) argument
230 return entry.Wait(B_RELATIVE_TIMEOUT, timeout) == B_OK;
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfirewire.cpp268 /* Protect from interrupt/timeout */
316 "split transaction timeout: "
326 fc->timeout(fc);
343 * We encounter a timeout easily. To avoid this,
H A Dfwohci.cpp81 "data write err","bus reset","timeout","tcode err",
754 sc->fc.timeout = fwohci_timeout;
1188 * transcation timeout for ACKPEND case.
/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/rtl8125/dev/pci/
H A Dif_rge.c32 #include <sys/timeout.h>
732 /* Set a timeout in case the chip goes out to lunch. */
744 printf("%s: watchdog timeout\n", DEVNAME(sc));
2226 DPRINTF(("timeout waiting to patch phy mcu\n"));
H A Dif_rgereg.h412 struct timeout sc_timeout; /* tick timeout */

Completed in 199 milliseconds

<<11121314151617