/freebsd/sys/dev/amd_ecc_inject/ |
H A D | ecc_inject.c | 73 static int delay_ms = 0; variable 132 CTLTYPE_UINT | CTLFLAG_RW, &delay_ms, 0, 193 if (delay_ms != 0 && injected != count - 1) in ecc_ei_inject() 194 pause_sbt("ecc_ei_inject", delay_ms * SBT_1MS, 0, 0); in ecc_ei_inject()
|
/freebsd/sys/dev/cxgb/common/ |
H A D | cxgb_ael1002.c | 97 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) in ael1002_get_module_type() argument 249 if (delay_ms) in ael1002_get_module_type() 250 msleep(delay_ms); in ael1002_get_module_type() 252 v = ael2xxx_get_module_type(phy, delay_ms); in ael1002_get_module_type() 441 static int ael2xxx_get_module_type(struct cphy *phy, int delay_ms) in ael2xxx_get_module_type() argument 445 if (delay_ms) in ael2xxx_get_module_type() 446 msleep(delay_ms); in ael2xxx_get_module_type() 1218 static int ael2005_get_module_type(struct cphy *phy, int delay_ms) in ael2005_get_module_type() argument 1230 return ael2xxx_get_module_type(phy, delay_ms); in ael2005_get_module_type() [all …]
|
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_health.c | 268 int end, delay_ms = MLX5_CRDUMP_WAIT_MS; in mlx5_enter_error_state() local 306 delay_ms = MLX5_FW_RESET_WAIT_MS; in mlx5_enter_error_state() 311 end = jiffies + msecs_to_jiffies(delay_ms); in mlx5_enter_error_state() 321 mlx5_get_nic_state(dev), delay_ms); in mlx5_enter_error_state()
|
H A D | mlx5_fw.c | 309 int end, delay_ms = MLX5_FAST_TEARDOWN_WAIT_MS; in mlx5_cmd_fast_teardown_hca() 337 end = jiffies + msecs_to_jiffies(delay_ms); in mlx5_cmd_fast_teardown_hca() 347 mlx5_get_nic_state(dev), delay_ms); in mlx5_core_set_dc_cnak_trace() 303 int end, delay_ms = MLX5_FAST_TEARDOWN_WAIT_MS; mlx5_cmd_fast_teardown_hca() local
|
/freebsd/contrib/libfido2/src/ |
H A D | u2f.c | 33 delay_ms(unsigned int ms, int *ms_remain) in delay_ms() function 184 if (delay_ms(U2F_PACE_MS, ms) != 0) { in send_dummy_register() 374 if (delay_ms(U2F_PACE_MS, ms) != 0) { in do_auth() 739 if (delay_ms(U2F_PACE_MS, ms) != 0) { in u2f_register()
|
/freebsd/sys/contrib/dev/iwlwifi/ |
H A D | iwl-io.h | 41 u32 val, u32 delay_ms);
|
H A D | iwl-io.c | 152 void iwl_write_prph_delay(struct iwl_trans *trans, u32 ofs, u32 val, u32 delay_ms) in iwl_write_prph_delay() argument 155 mdelay(delay_ms); in iwl_write_prph_delay()
|
/freebsd/sys/net/route/ |
H A D | fib_algo.c | 499 schedule_callout(struct fib_data *fd, enum fib_callout_action action, int delay_ms) in schedule_callout() argument 502 FD_PRINTF(LOG_DEBUG, fd, "delay=%d action=%d", delay_ms, action); in schedule_callout() 504 callout_reset_sbt(&fd->fd_callout, SBT_1MS * delay_ms, 0, in schedule_callout() 632 int32_t delay_ms = get_tv_diff_ms(&tv, &new_tv); in update_rebuild_delay() local 633 schedule_callout(fd, action, delay_ms); in update_rebuild_delay()
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | wmi-ops.h | 138 u32 delay_ms); 1111 enum wmi_force_fw_hang_type type, u32 delay_ms) in ath10k_wmi_force_fw_hang() argument 1118 skb = ar->wmi.ops->gen_force_fw_hang(ar, type, delay_ms); in ath10k_wmi_force_fw_hang()
|
H A D | wmi-tlv.c | 3398 u32 delay_ms) in ath10k_wmi_tlv_op_gen_force_fw_hang() argument 3413 cmd->delay_ms = __cpu_to_le32(delay_ms); in ath10k_wmi_tlv_op_gen_force_fw_hang()
|
H A D | wmi.c | 8013 enum wmi_force_fw_hang_type type, u32 delay_ms) in ath10k_wmi_op_gen_force_fw_hang() argument 8024 cmd->delay_ms = __cpu_to_le32(delay_ms); in ath10k_wmi_op_gen_force_fw_hang() 8027 type, delay_ms); in ath10k_wmi_op_gen_force_fw_hang()
|
H A D | wmi.h | 6688 __le32 delay_ms; member
|
/freebsd/contrib/libfido2/fuzz/ |
H A D | functions.txt | 935 u2f.c:delay_ms 13 1 92.31% 15 3 80.00%
|