Lines Matching defs:nvme_smart_log
620 struct nvme_smart_log { struct
621 __u8 critical_warning;
622 __u8 temperature[2];
623 __u8 avail_spare;
624 __u8 spare_thresh;
625 __u8 percent_used;
626 __u8 endu_grp_crit_warn_sumry;
627 __u8 rsvd7[25];
628 __u8 data_units_read[16];
629 __u8 data_units_written[16];
630 __u8 host_reads[16];
631 __u8 host_writes[16];
632 __u8 ctrl_busy_time[16];
633 __u8 power_cycles[16];
634 __u8 power_on_hours[16];
635 __u8 unsafe_shutdowns[16];
636 __u8 media_errors[16];
637 __u8 num_err_log_entries[16];
638 __le32 warning_temp_time;
639 __le32 critical_comp_time;
640 __le16 temp_sensor[8];
641 __le32 thm_temp1_trans_count;
642 __le32 thm_temp2_trans_count;
643 __le32 thm_temp1_total_time;
644 __le32 thm_temp2_total_time;
645 __u8 rsvd232[280];