Searched refs:work_cmd_completion (Results 1 – 2 of 2) sorted by relevance
144 container_of(work, struct mlx5_core_dev, priv.health.work_cmd_completion); in mlx5_trigger_cmd_completions()288 queue_work(dev->priv.health.wq_cmd, &dev->priv.health.work_cmd_completion); in mlx5_enter_error_state()743 INIT_WORK(&health->work_cmd_completion, mlx5_trigger_cmd_completions); in mlx5_health_init()
524 struct work_struct work_cmd_completion; member