Searched defs:nvme_smart_log (Results 1 – 1 of 1) sorted by relevance
207 struct nvme_smart_log { struct208 __u8 critical_warning;209 __u8 temperature[2];210 __u8 avail_spare;211 __u8 spare_thresh;212 __u8 percent_used;213 __u8 rsvd6[26];214 __u8 data_units_read[16];215 __u8 data_units_written[16];216 __u8 host_reads[16];[all …]