Home
last modified time | relevance | path

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

/qemu/include/block/
H A Dnvme.h74 uint64_t host_read_commands[2]; member
998 uint64_t host_read_commands[2]; member
/qemu/qga/
H A Dcommands-posix.c1490 smart->host_read_commands_lo = le64_to_cpu(log.host_read_commands[0]); in get_nvme_smart()
1491 smart->host_read_commands_hi = le64_to_cpu(log.host_read_commands[1]); in get_nvme_smart()
/qemu/hw/nvme/
H A Dctrl.c4754 smart.host_read_commands[0] = cpu_to_le64(stats.read_commands); in nvme_smart_info()
4808 info.host_read_commands[0] = cpu_to_le64(stats.read_commands); in nvme_endgrp_info()