Searched refs:delay_ms (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/sys/dev/amd_ecc_inject/ |
| H A D | ecc_inject.c | 75 static int delay_ms = 0; variable 134 CTLTYPE_UINT | CTLFLAG_RW, &delay_ms, 0, 195 if (delay_ms != 0 && injected != count - 1) in ecc_ei_inject() 196 pause_sbt("ecc_ei_inject", delay_ms * SBT_1MS, 0, 0); in ecc_ei_inject()
|
| /freebsd-13.1/sys/dev/cxgb/common/ |
| H A D | cxgb_ael1002.c | 99 static int ael2xxx_get_module_type(struct cphy *phy, int delay_ms); 247 static int ael1002_get_module_type(struct cphy *phy, int delay_ms) in ael1002_get_module_type() argument 251 if (delay_ms) in ael1002_get_module_type() 252 msleep(delay_ms); in ael1002_get_module_type() 254 v = ael2xxx_get_module_type(phy, delay_ms); in ael1002_get_module_type() 443 static int ael2xxx_get_module_type(struct cphy *phy, int delay_ms) in ael2xxx_get_module_type() argument 447 if (delay_ms) in ael2xxx_get_module_type() 448 msleep(delay_ms); in ael2xxx_get_module_type() 1220 static int ael2005_get_module_type(struct cphy *phy, int delay_ms) in ael2005_get_module_type() argument 1232 return ael2xxx_get_module_type(phy, delay_ms); in ael2005_get_module_type() [all …]
|
| /freebsd-13.1/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_health.c | 270 int end, delay_ms = MLX5_CRDUMP_WAIT_MS; in mlx5_enter_error_state() local 308 delay_ms = MLX5_FW_RESET_WAIT_MS; in mlx5_enter_error_state() 313 end = jiffies + msecs_to_jiffies(delay_ms); in mlx5_enter_error_state() 323 mlx5_get_nic_state(dev), delay_ms); in mlx5_enter_error_state()
|
| H A D | mlx5_fw.c | 299 int end, delay_ms = MLX5_FAST_TEARDOWN_WAIT_MS; in mlx5_cmd_fast_teardown_hca() local 327 end = jiffies + msecs_to_jiffies(delay_ms); in mlx5_cmd_fast_teardown_hca() 337 mlx5_get_nic_state(dev), delay_ms); in mlx5_cmd_fast_teardown_hca()
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-io.h | 41 u32 val, u32 delay_ms);
|
| H A D | iwl-io.c | 150 void iwl_write_prph_delay(struct iwl_trans *trans, u32 ofs, u32 val, u32 delay_ms) in iwl_write_prph_delay() argument 153 mdelay(delay_ms); in iwl_write_prph_delay()
|
| /freebsd-13.1/sys/net/route/ |
| H A D | fib_algo.c | 500 schedule_callout(struct fib_data *fd, enum fib_callout_action action, int delay_ms) in schedule_callout() argument 503 FD_PRINTF(LOG_DEBUG, fd, "delay=%d action=%d", delay_ms, action); in schedule_callout() 505 callout_reset_sbt(&fd->fd_callout, SBT_1MS * delay_ms, 0, in schedule_callout() 633 int32_t delay_ms = get_tv_diff_ms(&tv, &new_tv); in update_rebuild_delay() local 634 schedule_callout(fd, action, delay_ms); in update_rebuild_delay()
|