Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/nvme/
H A Dnvme.h150 __u8 data_units_read[16]; member
/openbmc/qemu/include/block/
H A Dnvme.h71 uint64_t data_units_read[2]; member
1008 uint64_t data_units_read[2]; member
/openbmc/qemu/qga/
H A Dcommands-linux.c967 smart->data_units_read_lo = le64_to_cpu(log.data_units_read[0]); in get_nvme_smart()
968 smart->data_units_read_hi = le64_to_cpu(log.data_units_read[1]); in get_nvme_smart()
/openbmc/qemu/hw/nvme/
H A Dctrl.c5026 smart.data_units_read[0] = cpu_to_le64(u_read); in nvme_smart_info()
5075 info.data_units_read[0] = in nvme_endgrp_info()