Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Dnvme.h75 uint64_t host_write_commands[2]; member
1008 uint64_t host_write_commands[2]; member
/openbmc/qemu/qga/
H A Dcommands-linux.c948 smart->host_write_commands_lo = le64_to_cpu(log.host_write_commands[0]); in get_nvme_smart()
949 smart->host_write_commands_hi = le64_to_cpu(log.host_write_commands[1]); in get_nvme_smart()
/openbmc/qemu/hw/nvme/
H A Dctrl.c4962 smart.host_write_commands[0] = cpu_to_le64(stats.write_commands); in nvme_smart_info()
5016 info.host_write_commands[0] = cpu_to_le64(stats.write_commands); in nvme_endgrp_info()