Lines Matching defs:nvme_smart_log
608 struct nvme_smart_log { struct
609 __u8 critical_warning;
610 __u8 temperature[2];
611 __u8 avail_spare;
612 __u8 spare_thresh;
613 __u8 percent_used;
614 __u8 endu_grp_crit_warn_sumry;
615 __u8 rsvd7[25];
616 __u8 data_units_read[16];
617 __u8 data_units_written[16];
618 __u8 host_reads[16];
619 __u8 host_writes[16];
620 __u8 ctrl_busy_time[16];
621 __u8 power_cycles[16];
622 __u8 power_on_hours[16];
623 __u8 unsafe_shutdowns[16];
624 __u8 media_errors[16];
625 __u8 num_err_log_entries[16];
626 __le32 warning_temp_time;
627 __le32 critical_comp_time;
628 __le16 temp_sensor[8];
629 __le32 thm_temp1_trans_count;
630 __le32 thm_temp2_trans_count;
631 __le32 thm_temp1_total_time;
632 __le32 thm_temp2_total_time;
633 __u8 rsvd232[280];