Home
last modified time | relevance | path

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

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