Home
last modified time | relevance | path

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

/qemu/include/block/
H A Dnvme.h75 uint64_t host_write_commands[2]; member
1011 uint64_t host_write_commands[2]; member
/qemu/qga/
H A Dcommands-linux.c973 smart->host_write_commands_lo = le64_to_cpu(log.host_write_commands[0]); in get_nvme_smart()
974 smart->host_write_commands_hi = le64_to_cpu(log.host_write_commands[1]); in get_nvme_smart()
/qemu/hw/nvme/
H A Dctrl.c5028 smart.host_write_commands[0] = cpu_to_le64(stats.write_commands); in nvme_smart_info()
5082 info.host_write_commands[0] = cpu_to_le64(stats.write_commands); in nvme_endgrp_info()