Home
last modified time | relevance | path

Searched refs:timeout (Results 3451 – 3475 of 4396) sorted by relevance

1...<<131132133134135136137138139140>>...176

/openbmc/linux/drivers/net/ieee802154/
H A Dcc2520.c918 int timeout = 100; in cc2520_hw_init() local
932 if (timeout-- <= 0) { in cc2520_hw_init()
/openbmc/linux/drivers/media/pci/bt8xx/
H A Dbttv-risc.c377 mod_timer(&btv->timeout, jiffies + BTTV_TIMEOUT); in bttv_set_irq_timer()
379 del_timer(&btv->timeout); in bttv_set_irq_timer()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_ae_adapt.c548 u32 timeout) in hns_ae_set_coalesce_usecs() argument
554 ring_pair->rcb_common, ring_pair->port_id_in_comm, timeout); in hns_ae_set_coalesce_usecs()
/openbmc/linux/net/smc/
H A Dsmc_wr.c341 unsigned long timeout) in smc_wr_tx_send_wait() argument
357 &link->wr_tx_compl[pnd_idx], timeout); in smc_wr_tx_send_wait()
/openbmc/linux/net/bluetooth/rfcomm/
H A Dtty.c1049 static void rfcomm_tty_wait_until_sent(struct tty_struct *tty, int timeout) in rfcomm_tty_wait_until_sent() argument
1051 BT_DBG("tty %p timeout %d", tty, timeout); in rfcomm_tty_wait_until_sent()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-bcm-iproc.c795 unsigned long timeout = jiffies + time_left; in bcm_iproc_i2c_xfer_wait() local
803 if (time_after(jiffies, timeout)) { in bcm_iproc_i2c_xfer_wait()
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsm8550-qrd.dts693 flash-max-timeout-us = <1280000>;
703 flash-max-timeout-us = <1280000>;
/openbmc/openbmc-test-automation/redfish/systems/eventlog/
H A Dtest_event_logging.robot314 # Logging takes time to generate the timeout error.
493 ... msg=Watchdog timeout event log was not found.
/openbmc/linux/drivers/spi/
H A Dspi-rockchip.c211 unsigned long timeout = jiffies + msecs_to_jiffies(5); in wait_for_tx_idle() local
222 } while (!time_after(jiffies, timeout)); in wait_for_tx_idle()
/openbmc/linux/Documentation/locking/
H A Drt-mutex-design.rst374 were for some reason to leave the mutex (timeout or signal), this same function
497 2) we received a signal or timeout
508 a timeout (i.e. rt_mutex_timed_futex_lock()). When woken, it will try to
535 or timeout between the time the owner failed the fast path CMPXCHG check and
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dtrace_tid.h313 __field(u8, timeout)
325 __entry->timeout = param->timeout;
338 __entry->timeout,
/openbmc/linux/drivers/scsi/isci/
H A Dhost.c987 u32 timeout) in sci_controller_start() argument
1038 sci_mod_timer(&ihost->timer, timeout); in sci_controller_start()
1156 static enum sci_status sci_controller_stop(struct isci_host *ihost, u32 timeout) in sci_controller_stop() argument
1164 sci_mod_timer(&ihost->timer, timeout); in sci_controller_stop()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dmcdi.c497 static bool efx_mcdi_complete_async(struct efx_mcdi_iface *mcdi, bool timeout) in efx_mcdi_complete_async() argument
512 if (timeout) { in efx_mcdi_complete_async()
532 if (!timeout) in efx_mcdi_complete_async()
544 if (!timeout && rc && !async->quiet) { in efx_mcdi_complete_async()
/openbmc/linux/drivers/scsi/
H A D3w-9xxx.c641 long timeout; in twa_chrdev_ioctl() local
717 timeout = TW_IOCTL_CHRDEV_TIMEOUT*HZ; in twa_chrdev_ioctl()
720timeout = wait_event_timeout(tw_dev->ioctl_wqueue, tw_dev->chrdev_request_id == TW_IOCTL_CHRDEV_FR… in twa_chrdev_ioctl()
/openbmc/linux/drivers/scsi/aacraid/
H A Dcommsup.c648 unsigned long timeout = jiffies + (180 * HZ); /* 3 minutes */ in aac_fib_send() local
651 if (time_is_before_eq_jiffies(timeout)) { in aac_fib_send()
1677 cmd->timeout = cpu_to_le32(1); in aac_reset_adapter()
2314 srbcmd->timeout = cpu_to_le32(10); in aac_send_wellness_command()
/openbmc/linux/drivers/net/ethernet/toshiba/
H A Dtc35815.c507 unsigned long timeout = jiffies + HZ; in tc_mdio_read() local
512 if (time_after(jiffies, timeout)) in tc_mdio_read()
524 unsigned long timeout = jiffies + HZ; in tc_mdio_write() local
531 if (time_after(jiffies, timeout)) in tc_mdio_write()
/openbmc/linux/drivers/ptp/
H A Dptp_clockmatrix.c350 unsigned long timeout = jiffies + msecs_to_jiffies(LOCK_TIMEOUT_MS); in wait_for_sys_apll_dpll_lock() local
379 } while (time_is_after_jiffies(timeout)); in wait_for_sys_apll_dpll_lock()
424 struct timespec64 *ts, u8 timeout) in _idtcm_gettime() argument
434 if (timeout-- == 0) in _idtcm_gettime()
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_core.c379 ct->timeout = svc->timeout; in ip_vs_sched_persist()
1178 ct->timeout = svc->timeout; in ip_vs_new_conn_out()
/openbmc/linux/drivers/iio/adc/
H A Dat91-sama5d2_adc.c1433 unsigned int timeout = 50; in at91_adc_trigger_handler_nodma() local
1440 while (((eoc & mask) != mask) && timeout) { in at91_adc_trigger_handler_nodma()
1444 timeout--; in at91_adc_trigger_handler_nodma()
1448 if (!timeout) in at91_adc_trigger_handler_nodma()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_phy.c2483 u32 timeout = 10; in ixgbe_get_i2c_ack() local
2499 for (i = 0; i < timeout; i++) { in ixgbe_get_i2c_ack()
2599 u32 timeout = IXGBE_I2C_CLOCK_STRETCHING_TIMEOUT; in ixgbe_raise_i2c_clk() local
2607 for (i = 0; i < timeout; i++) { in ixgbe_raise_i2c_clk()
/openbmc/linux/Documentation/networking/
H A Darcnet-hardware.rst726 The jumpers labeled EXT1 and EXT2 are used to determine the timeout
955 The two jumpers JP2 (1-4) are used to determine the timeout parameters.
1069 JP3: Jumpers for response timeout
1519 The jumpers labeled EXT1 and EXT2 are used to determine the timeout
1697 The jumpers labeled JP1 and JP2 are used to determine the timeout
1948 I know nothing about these. I just guess that J16&J17 are timeout
2242 The jumpers J3 are used to set the timeout parameters. These two
2635 The two jumpers labeled ET1 and ET2 are used to determine the timeout
2637 must be set to the same timeout values.
2989 The jumpers 6-7 of the jumper block SW3 are used to determine the timeout
[all …]
/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_core.c4725 u8 agg_ctrl, usb_spec, page_thresh, timeout; in rtl8xxxu_gen1_init_aggregation() local
4758 timeout = page_thresh; in rtl8xxxu_gen1_init_aggregation()
4774 timeout = 4; in rtl8xxxu_gen1_init_aggregation()
4778 timeout = rtl8xxxu_dma_agg_timeout; in rtl8xxxu_gen1_init_aggregation()
4785 rtl8xxxu_write8(priv, REG_RXDMA_AGG_PG_TH + 1, timeout); in rtl8xxxu_gen1_init_aggregation()
4786 rtl8xxxu_write8(priv, REG_USB_DMA_AGG_TO, timeout); in rtl8xxxu_gen1_init_aggregation()
5238 u16 cap, timeout; in rtl8xxxu_dump_action() local
5246 timeout = le16_to_cpu(mgmt->u.action.u.addba_resp.timeout); in rtl8xxxu_dump_action()
5250 timeout, in rtl8xxxu_dump_action()
5258 timeout = le16_to_cpu(mgmt->u.action.u.addba_req.timeout); in rtl8xxxu_dump_action()
[all …]
/openbmc/linux/drivers/mmc/core/
H A Dblock.c1722 static int mmc_blk_send_stop(struct mmc_card *card, unsigned int timeout) in mmc_blk_send_stop() argument
1728 .busy_timeout = timeout, in mmc_blk_send_stop()
1738 unsigned int timeout = mmc_blk_data_timeout_ms(card->host, &brq->data); in mmc_blk_fix_state() local
1743 mmc_blk_send_stop(card, timeout); in mmc_blk_fix_state()
1745 err = mmc_poll_for_busy(card, timeout, false, MMC_BUSY_IO); in mmc_blk_fix_state()
/openbmc/linux/drivers/media/platform/chips-media/
H A Dcoda-bit.c55 unsigned long timeout = jiffies + msecs_to_jiffies(1000); in coda_wait_timeout() local
58 if (time_after(jiffies, timeout)) in coda_wait_timeout()
114 unsigned long timeout; in coda_hw_reset() local
126 timeout = jiffies + msecs_to_jiffies(100); in coda_hw_reset()
129 if (time_after(jiffies, timeout)) in coda_hw_reset()
/openbmc/linux/sound/pci/ice1712/
H A Dice1724.c325 unsigned long timeout; in vt1724_midi_output_drain() local
329 timeout = jiffies + msecs_to_jiffies(15); in vt1724_midi_output_drain()
334 } while (time_after(timeout, jiffies)); in vt1724_midi_output_drain()
390 int timeout = 0; in snd_vt1724_interrupt() local
398 if (++timeout > 10) { in snd_vt1724_interrupt()

1...<<131132133134135136137138139140>>...176