Searched refs:delay_ms (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/sys/dev/amd_ecc_inject/
H A Decc_inject.c73 static int delay_ms = 0; variable
132 CTLTYPE_UINT | CTLFLAG_RW, &delay_ms, 0,
193 if (delay_ms != 0 && injected != count - 1)
194 pause_sbt("ecc_ei_inject", delay_ms * SBT_1MS, 0, 0);
/freebsd-current/sys/contrib/dev/iwlwifi/
H A Diwl-io.h41 u32 val, u32 delay_ms);
H A Diwl-io.c152 void iwl_write_prph_delay(struct iwl_trans *trans, u32 ofs, u32 val, u32 delay_ms) argument
155 mdelay(delay_ms);
/freebsd-current/sys/dev/mlx5/mlx5_core/
H A Dmlx5_health.c268 int end, delay_ms = MLX5_CRDUMP_WAIT_MS; local
306 delay_ms = MLX5_FW_RESET_WAIT_MS;
311 end = jiffies + msecs_to_jiffies(delay_ms);
321 mlx5_get_nic_state(dev), delay_ms);
H A Dmlx5_fw.c303 int end, delay_ms = MLX5_FAST_TEARDOWN_WAIT_MS; local
331 end = jiffies + msecs_to_jiffies(delay_ms);
341 mlx5_get_nic_state(dev), delay_ms);
/freebsd-current/sys/dev/cxgb/common/
H A Dcxgb_ael1002.c97 static int ael2xxx_get_module_type(struct cphy *phy, int delay_ms);
245 static int ael1002_get_module_type(struct cphy *phy, int delay_ms) argument
249 if (delay_ms)
250 msleep(delay_ms);
252 v = ael2xxx_get_module_type(phy, delay_ms);
441 static int ael2xxx_get_module_type(struct cphy *phy, int delay_ms) argument
445 if (delay_ms)
446 msleep(delay_ms);
1218 static int ael2005_get_module_type(struct cphy *phy, int delay_ms) argument
1230 return ael2xxx_get_module_type(phy, delay_ms);
1917 ael2020_get_module_type(struct cphy *phy, int delay_ms) argument
[all...]
/freebsd-current/contrib/libfido2/src/
H A Du2f.c33 delay_ms(unsigned int ms, int *ms_remain) function
184 if (delay_ms(U2F_PACE_MS, ms) != 0) {
185 fido_log_debug("%s: delay_ms", __func__);
374 if (delay_ms(U2F_PACE_MS, ms) != 0) {
375 fido_log_debug("%s: delay_ms", __func__);
739 if (delay_ms(U2F_PACE_MS, ms) != 0) {
740 fido_log_debug("%s: delay_ms", __func__);
/freebsd-current/sys/net/route/
H A Dfib_algo.c499 schedule_callout(struct fib_data *fd, enum fib_callout_action action, int delay_ms) argument
502 FD_PRINTF(LOG_DEBUG, fd, "delay=%d action=%d", delay_ms, action);
504 callout_reset_sbt(&fd->fd_callout, SBT_1MS * delay_ms, 0,
632 int32_t delay_ms = get_tv_diff_ms(&tv, &new_tv); local
633 schedule_callout(fd, action, delay_ms);
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dwmi-ops.h138 u32 delay_ms);
1111 enum wmi_force_fw_hang_type type, u32 delay_ms)
1118 skb = ar->wmi.ops->gen_force_fw_hang(ar, type, delay_ms);
1110 ath10k_wmi_force_fw_hang(struct ath10k *ar, enum wmi_force_fw_hang_type type, u32 delay_ms) argument
H A Dwmi-tlv.c3398 u32 delay_ms)
3413 cmd->delay_ms = __cpu_to_le32(delay_ms);
3396 ath10k_wmi_tlv_op_gen_force_fw_hang(struct ath10k *ar, enum wmi_force_fw_hang_type type, u32 delay_ms) argument
H A Dwmi.c8013 enum wmi_force_fw_hang_type type, u32 delay_ms)
8024 cmd->delay_ms = __cpu_to_le32(delay_ms);
8027 type, delay_ms);
8012 ath10k_wmi_op_gen_force_fw_hang(struct ath10k *ar, enum wmi_force_fw_hang_type type, u32 delay_ms) argument
H A Dwmi.h6688 __le32 delay_ms; member in struct:wmi_force_fw_hang_cmd

Completed in 391 milliseconds