Searched refs:update_fw_log_ts_work (Results 1 – 2 of 2) sorted by relevance
790 health = container_of(dwork, struct mlx5_core_health, update_fw_log_ts_work); in mlx5_health_log_ts_update()800 queue_delayed_work(health->wq, &health->update_fw_log_ts_work, in mlx5_health_log_ts_update()879 queue_delayed_work(health->wq, &health->update_fw_log_ts_work, 0); in mlx5_start_health_fw_log_up()887 cancel_delayed_work_sync(&health->update_fw_log_ts_work); in mlx5_drain_health_wq()896 cancel_delayed_work_sync(&health->update_fw_log_ts_work); in mlx5_health_cleanup()928 INIT_DELAYED_WORK(&health->update_fw_log_ts_work, mlx5_health_log_ts_update); in mlx5_health_init()
444 struct delayed_work update_fw_log_ts_work; member