Searched refs:update_fw_log_ts_work (Results 1 – 2 of 2) sorted by relevance
788 health = container_of(dwork, struct mlx5_core_health, update_fw_log_ts_work); in mlx5_health_log_ts_update()798 queue_delayed_work(health->wq, &health->update_fw_log_ts_work, in mlx5_health_log_ts_update()881 queue_delayed_work(health->wq, &health->update_fw_log_ts_work, 0); in mlx5_start_health_fw_log_up()892 cancel_delayed_work_sync(&health->update_fw_log_ts_work); in mlx5_drain_health_wq()901 cancel_delayed_work_sync(&health->update_fw_log_ts_work); in mlx5_health_cleanup()927 INIT_DELAYED_WORK(&health->update_fw_log_ts_work, mlx5_health_log_ts_update); in mlx5_health_init()
438 struct delayed_work update_fw_log_ts_work; member