Home
last modified time | relevance | path

Searched refs:timeout (Results 3826 – 3850 of 4396) sorted by relevance

1...<<151152153154155156157158159160>>...176

/openbmc/linux/drivers/net/ethernet/davicom/
H A Ddm9000.c434 int timeout = 8; /* wait max 8msec */ in dm9000_wait_eeprom() local
455 if (timeout-- < 0) { in dm9000_wait_eeprom()
/openbmc/linux/drivers/spi/
H A Dspi-tegra114.c512 unsigned long timeout = jiffies + HZ; in tegra_spi_flush_fifos() local
521 if (time_after(jiffies, timeout)) { in tegra_spi_flush_fifos()
/openbmc/linux/drivers/net/ethernet/cirrus/
H A Dcs89x0.c245 unsigned long timeout = jiffies; in wait_eeprom_ready() local
251 if (time_after_eq(jiffies, timeout + 40)) in wait_eeprom_ready()
/openbmc/linux/drivers/net/ethernet/microchip/
H A Denc28j60.c412 unsigned long timeout = jiffies + msecs_to_jiffies(20); in poll_ready() local
416 if (time_after(jiffies, timeout)) { in poll_ready()
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dbgmac.c22 u32 value, int timeout) in bgmac_wait_value() argument
27 for (i = 0; i < timeout / 10; i++) { in bgmac_wait_value()
/openbmc/linux/drivers/video/fbdev/
H A Dcyber2000fb.c1243 cfb->ddc_algo.timeout = 20; in cyber2000fb_setup_ddc_bus()
1317 cfb->i2c_algo.timeout = msecs_to_jiffies(100); in cyber2000fb_i2c_register()
/openbmc/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_hw.c204 u32 length, u32 timeout, bool return_data) in wx_host_interface_command() argument
243 timeout * 1000, false, wx, WX_MNG_MBOX_CTL); in wx_host_interface_command()
/openbmc/linux/drivers/usb/serial/
H A Dusb-serial.c403 static void serial_wait_until_sent(struct tty_struct *tty, int timeout) in serial_wait_until_sent() argument
415 port->serial->type->wait_until_sent(tty, timeout); in serial_wait_until_sent()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-power232 The other part of the string will be regarded as a timeout (in
234 deactivated after it has expired. The timeout, if present, is
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/
H A Dcn23xx_pf_device.c1474 u32 timeout = HZ; // 1sec in cn23xx_get_vf_stats() local
1502 } while ((atomic_read(&ctx.status) == 0) && (count++ < timeout)); in cn23xx_get_vf_stats()
/openbmc/linux/drivers/net/ethernet/ti/
H A Dcpsw_priv.c280 unsigned long timeout = jiffies + HZ; in soft_reset() local
285 } while ((readl_relaxed(reg) & 1) && time_after(timeout, jiffies)); in soft_reset()
/openbmc/openbmc-test-automation/lib/
H A Dopenbmc_ffdc_methods.robot297 ${resp}= OpenBMC Get Request ${cmd[1]} quiet=${1} timeout=${30}
573 ${data}= Read Properties ${DUMP_ENTRY_URI}enumerate quiet=${1} timeout=${30}
/openbmc/linux/drivers/acpi/
H A Dec.c725 unsigned long timeout = ec->timestamp + guard; in ec_guard() local
753 } while (time_before(jiffies, timeout)); in ec_guard()
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Domap3-n900.dts625 flash-timeout-us = <500000>;
994 ti,esd-recovery-timeout-ms = <8000>;
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c283 int size, void *rpl, bool sleep_ok, int timeout) in t4_wr_mbox_meat_timeout() argument
312 if (timeout < 0) { in t4_wr_mbox_meat_timeout()
314 timeout = -timeout; in t4_wr_mbox_meat_timeout()
391 i < timeout; in t4_wr_mbox_meat_timeout()
4186 u8 sleep_ok, int timeout) in t4_link_l1cfg_core() argument
4217 sleep_ok, timeout); in t4_link_l1cfg_core()
7509 const u32 *val, int timeout) in t4_set_params_timeout() argument
7529 return t4_wr_mbox_timeout(adap, mbox, &c, sizeof(c), NULL, timeout); in t4_set_params_timeout()
/openbmc/linux/drivers/infiniband/hw/qedr/
H A Dverbs.c2620 if (attr->timeout) in qedr_modify_qp()
2622 1 << max_t(int, attr->timeout - 8, 0); in qedr_modify_qp()
2626 qp->timeout = attr->timeout; in qedr_modify_qp()
2786 qp_attr->timeout = qp->timeout; in qedr_query_qp()
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c1230 int timeout = 50; in i40e_set_link_ksettings() local
1297 timeout--; in i40e_set_link_ksettings()
1298 if (!timeout) in i40e_set_link_ksettings()
2059 int timeout = 50; in i40e_set_ringparam() local
2092 timeout--; in i40e_set_ringparam()
2093 if (!timeout) in i40e_set_ringparam()
/openbmc/linux/net/core/
H A Ddev.c6097 unsigned long flags, val, new, timeout = 0; in napi_complete_done() local
6112 timeout = READ_ONCE(n->dev->gro_flush_timeout); in napi_complete_done()
6117 timeout = READ_ONCE(n->dev->gro_flush_timeout); in napi_complete_done()
6118 if (timeout) in napi_complete_done()
6126 napi_gro_flush(n, !!timeout); in napi_complete_done()
6160 if (timeout) in napi_complete_done()
6161 hrtimer_start(&n->timer, ns_to_ktime(timeout), in napi_complete_done()
6205 unsigned long timeout; in busy_poll_stop() local
6224 timeout = READ_ONCE(napi->dev->gro_flush_timeout); in busy_poll_stop()
6225 if (napi->defer_hard_irqs_count && timeout) { in busy_poll_stop()
[all …]
/openbmc/qemu/qapi/
H A Dblock-core.json4112 # @timeout: Timeout in seconds after which a request will timeout. 0
4113 # means no timeout and is the default.
4126 '*timeout': 'int' } }
4400 # @timeout: Timeout for connections, in seconds (defaults to 5)
4418 '*timeout': 'int',
4523 # @open-timeout: In seconds. If zero, the nbd driver tries the
4526 # until successful or until @open-timeout seconds have elapsed.
4542 '*open-timeout': 'uint32' } }
4636 # @cbw-timeout: Zero means no limit. Non-zero sets the timeout in
4637 # seconds for copy-before-write operation. When a timeout occurs,
[all …]
/openbmc/linux/drivers/mmc/host/
H A Dvub300.c481 int timeout = 0xFFFF & (0x0001FFFF - firmware_irqpoll_timeout); in send_irqpoll() local
486 vub300->cmnd.poll.poll_timeout_lsb = 0xFF & (unsigned)timeout; in send_irqpoll()
487 vub300->cmnd.poll.poll_timeout_msb = 0xFF & (unsigned)(timeout >> 8); in send_irqpoll()
/openbmc/linux/drivers/net/wireless/atmel/
H A Dat76c50x-usb.c770 unsigned long timeout = jiffies + CMD_COMPLETION_TIMEOUT; in at76_wait_completion() local
791 if (time_after(jiffies, timeout)) { in at76_wait_completion()
1687 join.timeout = cpu_to_le16(2000); in at76_join()
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c338 void chtls_close(struct sock *sk, long timeout) in chtls_close() argument
365 if (timeout) in chtls_close()
366 sk_stream_wait_close(sk, timeout); in chtls_close()
/openbmc/linux/drivers/usb/host/
H A Dxhci-tegra.c572 unsigned long timeout = jiffies + msecs_to_jiffies(250); in tegra_xusb_mbox_send() local
574 while (time_before(jiffies, timeout)) { in tegra_xusb_mbox_send()
582 if (time_after(jiffies, timeout)) in tegra_xusb_mbox_send()
/openbmc/linux/drivers/s390/net/
H A Dctcm_fsms.c553 int timeout = CTCM_TIME_5_SEC; in ctcm_chx_setmode() local
557 timeout = 1500; in ctcm_chx_setmode()
561 fsm_addtimer(&ch->timer, timeout, CTC_EVENT_TIMER, ch); in ctcm_chx_setmode()
/openbmc/linux/drivers/net/ethernet/freescale/fman/
H A Dfman.c2205 u32 msk, timeout = 100; in fman_reset_mac() local
2253 while ((ioread32be(&fpm_rg->fm_rstc) & msk) && --timeout) in fman_reset_mac()
2256 if (!timeout) in fman_reset_mac()

1...<<151152153154155156157158159160>>...176