Searched refs:update_fw_log_ts_work (Results 1 – 2 of 2) sorted by relevance
766 health = container_of(dwork, struct mlx5_core_health, update_fw_log_ts_work); in mlx5_health_log_ts_update() 776 queue_delayed_work(health->wq, &health->update_fw_log_ts_work, in mlx5_health_log_ts_update() 859 queue_delayed_work(health->wq, &health->update_fw_log_ts_work, 0); in mlx5_start_health_fw_log_up() 867 cancel_delayed_work_sync(&health->update_fw_log_ts_work); in mlx5_drain_health_wq() 876 cancel_delayed_work_sync(&health->update_fw_log_ts_work); in mlx5_health_cleanup() 908 INIT_DELAYED_WORK(&health->update_fw_log_ts_work, mlx5_health_log_ts_update); in mlx5_health_init()
454 struct delayed_work update_fw_log_ts_work; member