Lines Matching defs:nvme_smart_log
484 struct nvme_smart_log { struct
485 __u8 critical_warning;
486 __u8 temperature[2];
487 __u8 avail_spare;
488 __u8 spare_thresh;
489 __u8 percent_used;
490 __u8 endu_grp_crit_warn_sumry;
491 __u8 rsvd7[25];
492 __u8 data_units_read[16];
493 __u8 data_units_written[16];
494 __u8 host_reads[16];
495 __u8 host_writes[16];
496 __u8 ctrl_busy_time[16];
497 __u8 power_cycles[16];
498 __u8 power_on_hours[16];
499 __u8 unsafe_shutdowns[16];
500 __u8 media_errors[16];
501 __u8 num_err_log_entries[16];
502 __le32 warning_temp_time;
503 __le32 critical_comp_time;
504 __le16 temp_sensor[8];
505 __le32 thm_temp1_trans_count;
506 __le32 thm_temp2_trans_count;
507 __le32 thm_temp1_total_time;
508 __le32 thm_temp2_total_time;
509 __u8 rsvd232[280];