Lines Matching defs:mlx5_core_health
435 struct mlx5_core_health { struct
436 struct health_buffer __iomem *health;
437 __be32 __iomem *health_counter;
438 struct timer_list timer;
439 u32 prev;
440 int miss_counter;
441 u8 synd;
442 u32 fatal_error;
443 u32 crdump_size;
444 struct workqueue_struct *wq;
445 unsigned long flags;
446 struct work_struct fatal_report_work;
447 struct work_struct report_work;
448 struct devlink_health_reporter *fw_reporter;
449 struct devlink_health_reporter *fw_fatal_reporter;
450 struct devlink_health_reporter *vnic_reporter;
451 struct delayed_work update_fw_log_ts_work;