Lines Matching defs:nvme_smart_log
500 struct nvme_smart_log { struct
501 __u8 critical_warning;
502 __u8 temperature[2];
503 __u8 avail_spare;
504 __u8 spare_thresh;
505 __u8 percent_used;
506 __u8 endu_grp_crit_warn_sumry;
507 __u8 rsvd7[25];
508 __u8 data_units_read[16];
509 __u8 data_units_written[16];
510 __u8 host_reads[16];
511 __u8 host_writes[16];
512 __u8 ctrl_busy_time[16];
513 __u8 power_cycles[16];
514 __u8 power_on_hours[16];
515 __u8 unsafe_shutdowns[16];
516 __u8 media_errors[16];
517 __u8 num_err_log_entries[16];
518 __le32 warning_temp_time;
519 __le32 critical_comp_time;
520 __le16 temp_sensor[8];
521 __le32 thm_temp1_trans_count;
522 __le32 thm_temp2_trans_count;
523 __le32 thm_temp1_total_time;
524 __le32 thm_temp2_total_time;
525 __u8 rsvd232[280];