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