Home
last modified time | relevance | path

Searched refs:slog (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/nvme/target/
Dadmin-cmd.c54 struct nvme_smart_log *slog) in nvmet_get_smart_log_nsid() argument
75 put_unaligned_le64(host_reads, &slog->host_reads[0]); in nvmet_get_smart_log_nsid()
76 put_unaligned_le64(data_units_read, &slog->data_units_read[0]); in nvmet_get_smart_log_nsid()
77 put_unaligned_le64(host_writes, &slog->host_writes[0]); in nvmet_get_smart_log_nsid()
78 put_unaligned_le64(data_units_written, &slog->data_units_written[0]); in nvmet_get_smart_log_nsid()
86 struct nvme_smart_log *slog) in nvmet_get_smart_log_all() argument
110 put_unaligned_le64(host_reads, &slog->host_reads[0]); in nvmet_get_smart_log_all()
111 put_unaligned_le64(data_units_read, &slog->data_units_read[0]); in nvmet_get_smart_log_all()
112 put_unaligned_le64(host_writes, &slog->host_writes[0]); in nvmet_get_smart_log_all()
113 put_unaligned_le64(data_units_written, &slog->data_units_written[0]); in nvmet_get_smart_log_all()