Home
last modified time | relevance | path

Searched defs:nvme_smart_log (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/nvme/
H A Dnvme.h144 struct nvme_smart_log { struct
145 __u8 critical_warning;
146 __u8 temperature[2];
147 __u8 avail_spare;
148 __u8 spare_thresh;
149 __u8 percent_used;
150 __u8 rsvd6[26];
151 __u8 data_units_read[16];
152 __u8 data_units_written[16];
153 __u8 host_reads[16];
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dnvme.h490 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];
[all …]