Home
last modified time | relevance | path

Searched refs:timeout (Results 3226 – 3250 of 4395) sorted by relevance

1...<<121122123124125126127128129130>>...176

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dchannel.c377 unsigned long timeout; in ath_chanctx_setup_timer() local
381 timeout = msecs_to_jiffies(tsf_time / 1000) + 1; in ath_chanctx_setup_timer()
382 mod_timer(&sc->sched.timer, jiffies + timeout); in ath_chanctx_setup_timer()
386 tsf_time / 1000, jiffies_to_msecs(timeout)); in ath_chanctx_setup_timer()
/openbmc/linux/Documentation/filesystems/
H A Dorangefs.rst380 Ops that pass through service_operation during a "dead spell" can timeout
519 timeout value, getattr_time, which allows any iteration of
537 short timeout value in the dentry's d_time, and the dentry will be trusted
546 The timeout values d_time and getattr_time are jiffy based, and the
H A Dautofs.rst267 setting of an expire timeout for individual mounts. But there are
271 compares it with the "timeout" value set when the filesystem was
393 long. The value is used to set the timeout for expiry, and
394 the current timeout value is stored back through the pointer.
463 struct args_timeout timeout;
/openbmc/linux/net/wireless/
H A Dwext-compat.c1213 int timeout = wdev->ps_timeout; in cfg80211_wext_siwpower() local
1239 timeout = wrq->value / 1000; in cfg80211_wext_siwpower()
1243 err = rdev_set_power_mgmt(rdev, dev, ps, timeout); in cfg80211_wext_siwpower()
1249 wdev->ps_timeout = timeout; in cfg80211_wext_siwpower()
/openbmc/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptpf_ucode.c208 int timeout = 10; in cpt_detach_and_disable_cores() local
230 if (timeout-- < 0) in cpt_detach_and_disable_cores()
1565 int grp, timeout = 100; in otx_cpt_disable_all_cores() local
1578 if (timeout--) { in otx_cpt_disable_all_cores()
/openbmc/linux/drivers/scsi/
H A Dscsi_error.c1140 unsigned char *cmnd, int cmnd_size, int timeout, unsigned sense_bytes) in scsi_send_eh_cmnd() argument
1145 unsigned long timeleft = timeout, delay; in scsi_send_eh_cmnd()
1192 timeleft = wait_for_completion_timeout(&done, timeout); in scsi_send_eh_cmnd()
2101 req->timeout = 10 * HZ; in scsi_eh_lock_door()
/openbmc/linux/net/bluetooth/
H A Dl2cap_sock.c1270 unsigned long timeout = jiffies + L2CAP_WAIT_ACK_TIMEOUT; in __l2cap_wait_ack() local
1276 chan->unacked_frames, time_after(jiffies, timeout) ? 0 : in __l2cap_wait_ack()
1277 jiffies_to_msecs(timeout - jiffies)); in __l2cap_wait_ack()
1296 if (time_after(jiffies, timeout)) { in __l2cap_wait_ack()
/openbmc/linux/drivers/scsi/fcoe/
H A Dfcoe.c124 void *, u32 timeout);
2612 void *arg, u32 timeout) in fcoe_elsct_send() argument
2625 fip, timeout); in fcoe_elsct_send()
2631 lport, timeout); in fcoe_elsct_send()
2633 return fc_elsct_send(lport, did, fp, op, resp, arg, timeout); in fcoe_elsct_send()
/openbmc/linux/sound/soc/codecs/
H A Dwm5100.c1761 int ret, base, lock, i, timeout; in wm5100_set_fll() local
1833 timeout = 2; in wm5100_set_fll()
1835 timeout = 50; in wm5100_set_fll()
1841 for (i = 0; i < timeout; i++) { in wm5100_set_fll()
1862 if (i == timeout) { in wm5100_set_fll()
/openbmc/linux/drivers/bluetooth/
H A Dhci_qca.c1384 int timeout = msecs_to_jiffies(CMD_TRANS_TIMEOUT_MS); in qca_send_power_pulse() local
1407 serdev_device_wait_until_sent(hu->serdev, timeout); in qca_send_power_pulse()
2427 int timeout = msecs_to_jiffies(CMD_TRANS_TIMEOUT_MS); in qca_serdev_shutdown() local
2460 serdev_device_wait_until_sent(serdev, timeout); in qca_serdev_shutdown()
2470 serdev_device_wait_until_sent(serdev, timeout); in qca_serdev_shutdown()
/openbmc/linux/Documentation/driver-api/
H A Dlibata.rst514 timeout and ATAPI error completion. This function will check if a qc is active
793 - On some controllers, command timeout. In this case, there may be a
794 mechanism to determine that the timeout is due to transmission error.
823 This occurs when timeout occurs and the timeout handler finds out that
828 Unknown error (timeout)
831 This is when timeout occurs and the command is still processing or the
/openbmc/linux/drivers/usb/core/
H A Ddevio.c1136 static int usbfs_start_wait_urb(struct urb *urb, int timeout, in usbfs_start_wait_urb() argument
1150 expire = (timeout ? msecs_to_jiffies(timeout) : MAX_SCHEDULE_TIMEOUT); in usbfs_start_wait_urb()
1206 tmo = ctrl->timeout; in do_proc_control()
1333 tmo = bulk->timeout; in do_proc_bulk()
2156 get_user(bulk.timeout, &p32->timeout) || in proc_bulk_compat()
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dwmi.c2788 u8 ringid, u8 size, u16 timeout) in wmi_addba() argument
2796 .ba_timeout = cpu_to_le16(timeout), in wmi_addba()
2801 ringid, size, timeout, amsdu); in wmi_addba()
2840 u16 status, bool amsdu, u16 agg_wsize, u16 timeout) in wmi_addba_rx_resp() argument
2853 .ba_timeout = cpu_to_le16(timeout), in wmi_addba_rx_resp()
2873 timeout, status, amsdu ? "+" : "-"); in wmi_addba_rx_resp()
2892 u16 timeout) in wmi_addba_rx_resp_edma() argument
2907 .ba_timeout = cpu_to_le16(timeout), in wmi_addba_rx_resp_edma()
2920 cid, tid, agg_wsize, timeout, status, amsdu ? "+" : "-", in wmi_addba_rx_resp_edma()
/openbmc/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c886 unsigned long timeout; in tcpm_pd_transmit() local
903 if (!timeout) in tcpm_pd_transmit()
1929 unsigned int timeout; in vdm_ready_timeout() local
1939 timeout = PD_T_VDM_WAIT_MODE_E; in vdm_ready_timeout()
1941 timeout = PD_T_VDM_SNDR_RSP; in vdm_ready_timeout()
1945 timeout = PD_T_VDM_E_MODE; in vdm_ready_timeout()
1947 timeout = PD_T_VDM_RCVR_RSP; in vdm_ready_timeout()
1950 return timeout; in vdm_ready_timeout()
2067 unsigned long timeout; in vdm_run_state_machine() local
2072 timeout = vdm_ready_timeout(vdo_hdr); in vdm_run_state_machine()
[all …]
/openbmc/linux/drivers/char/ipmi/
H A Dipmi_msghandler.c250 unsigned long timeout; member
1046 unsigned long timeout, in intf_next_seq() argument
1055 if (timeout == 0) in intf_next_seq()
1056 timeout = default_retry_ms; in intf_next_seq()
1073 intf->seq_table[i].timeout = MAX_MSG_TIMEOUT; in intf_next_seq()
1074 intf->seq_table[i].orig_timeout = timeout; in intf_next_seq()
1151 ent->timeout = ent->orig_timeout; in intf_start_seq_timer()
4942 if (timeout_period < ent->timeout) { in check_msg_timeout()
4943 ent->timeout -= timeout_period; in check_msg_timeout()
4970 ent->timeout = MAX_MSG_TIMEOUT; in check_msg_timeout()
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dmain.c2593 err = mlx5_core_set_delay_drop(delay_drop->dev, delay_drop->timeout); in delay_drop_handler()
2596 delay_drop->timeout); in delay_drop_handler()
3136 len = snprintf(lbuf, sizeof(lbuf), "%u\n", delay_drop->timeout); in delay_drop_timeout_read()
3144 u32 timeout; in delay_drop_timeout_write() local
3150 timeout = min_t(u32, roundup(var, 100), MLX5_MAX_DELAY_DROP_TIMEOUT_MS * in delay_drop_timeout_write()
3152 if (timeout != var) in delay_drop_timeout_write()
3154 timeout); in delay_drop_timeout_write()
3156 delay_drop->timeout = timeout; in delay_drop_timeout_write()
4106 dev->delay_drop.timeout = MLX5_MAX_DELAY_DROP_TIMEOUT_MS * 1000; in mlx5_ib_stage_delay_drop_init()
/openbmc/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_common.c499 if (!mbx->timeout) { in fm10k_get_host_state_generic()
/openbmc/linux/Documentation/driver-api/mei/
H A Diamt.rst94 the Intel AMT Watchdog and to send heartbeats to it. The default timeout of the
/openbmc/linux/Documentation/driver-api/rapidio/
H A Dmport_cdev.rst82 - DMA transfer completion timeout (in msec, default value 3000).
/openbmc/u-boot/drivers/usb/eth/
H A Dr8152.h630 const u32 mask, bool set, unsigned int timeout);
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dfunc-poll.rst22 .. c:function:: int poll( struct pollfd *ufds, unsigned int nfds, int timeout )
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_i2c.c204 i2c->bit.timeout = usecs_to_jiffies(2200); /* from VESA */ in amdgpu_i2c_create()
/openbmc/linux/drivers/s390/scsi/
H A Dzfcp_fsf.h365 u8 timeout; member
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_mr.h31 uint16_t timeout; /* Command timeout. */ member
/openbmc/linux/drivers/watchdog/
H A Docteon-wdt-main.c560 octeon_wdt.timeout = timeout_sec; in octeon_wdt_init()

1...<<121122123124125126127128129130>>...176