Lines Matching defs:nvme_smart_log
490 struct nvme_smart_log { struct
491 __u8 critical_warning;
492 __u8 temperature[2];
493 __u8 avail_spare;
494 __u8 spare_thresh;
495 __u8 percent_used;
496 __u8 endu_grp_crit_warn_sumry;
497 __u8 rsvd7[25];
498 __u8 data_units_read[16];
499 __u8 data_units_written[16];
500 __u8 host_reads[16];
501 __u8 host_writes[16];
502 __u8 ctrl_busy_time[16];
503 __u8 power_cycles[16];
504 __u8 power_on_hours[16];
505 __u8 unsafe_shutdowns[16];
506 __u8 media_errors[16];
507 __u8 num_err_log_entries[16];
508 __le32 warning_temp_time;
509 __le32 critical_comp_time;
510 __le16 temp_sensor[8];
511 __le32 thm_temp1_trans_count;
512 __le32 thm_temp2_trans_count;
513 __le32 thm_temp1_total_time;
514 __le32 thm_temp2_total_time;
515 __u8 rsvd232[280];