Home
last modified time | relevance | path

Searched refs:MLX5_RESET_POLL_INTERVAL (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfw_reset.c262 #define MLX5_RESET_POLL_INTERVAL (HZ / 10) macro
283 mod_timer(&fw_reset->timer, round_jiffies(jiffies + MLX5_RESET_POLL_INTERVAL)); in poll_sync_reset()
291 fw_reset->timer.expires = round_jiffies(jiffies + MLX5_RESET_POLL_INTERVAL); in mlx5_start_sync_reset_poll()