Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Dnvme.h998 typedef struct QEMU_PACKED NvmeSmartLog { struct
1016 } NvmeSmartLog; argument
1901 QEMU_BUILD_BUG_ON(sizeof(NvmeSmartLog) != 512); in _nvme_check_size()
/openbmc/qemu/qga/
H A Dcommands-linux.c911 NvmeSmartLog log = {0}; in get_nvme_smart()
/openbmc/qemu/hw/nvme/
H A Dctrl.c4925 NvmeSmartLog smart = { 0 }; in nvme_smart_info()