Lines Matching defs:nvme_smart_log
692 struct nvme_smart_log { struct
693 __u8 critical_warning;
694 __u8 temperature[2];
695 __u8 avail_spare;
696 __u8 spare_thresh;
697 __u8 percent_used;
698 __u8 endu_grp_crit_warn_sumry;
699 __u8 rsvd7[25];
700 __u8 data_units_read[16];
701 __u8 data_units_written[16];
702 __u8 host_reads[16];
703 __u8 host_writes[16];
704 __u8 ctrl_busy_time[16];
705 __u8 power_cycles[16];
706 __u8 power_on_hours[16];
707 __u8 unsafe_shutdowns[16];
708 __u8 media_errors[16];
709 __u8 num_err_log_entries[16];
710 __le32 warning_temp_time;
711 __le32 critical_comp_time;
712 __le16 temp_sensor[8];
713 __le32 thm_temp1_trans_count;
714 __le32 thm_temp2_trans_count;
715 __le32 thm_temp1_total_time;
716 __le32 thm_temp2_total_time;
717 __u8 rsvd232[280];