Searched refs:slog (Results 1 – 1 of 1) sorted by relevance
231 struct nvme_smart_log *slog) in nvmet_get_smart_log_nsid() argument251 put_unaligned_le64(host_reads, &slog->host_reads[0]); in nvmet_get_smart_log_nsid()252 put_unaligned_le64(data_units_read, &slog->data_units_read[0]); in nvmet_get_smart_log_nsid()253 put_unaligned_le64(host_writes, &slog->host_writes[0]); in nvmet_get_smart_log_nsid()254 put_unaligned_le64(data_units_written, &slog->data_units_written[0]); in nvmet_get_smart_log_nsid()260 struct nvme_smart_log *slog) in nvmet_get_smart_log_all() argument281 put_unaligned_le64(host_reads, &slog->host_reads[0]); in nvmet_get_smart_log_all()282 put_unaligned_le64(data_units_read, &slog->data_units_read[0]); in nvmet_get_smart_log_all()283 put_unaligned_le64(host_writes, &slog->host_writes[0]); in nvmet_get_smart_log_all()284 put_unaligned_le64(data_units_written, &slog->data_units_written[0]); in nvmet_get_smart_log_all()