Home
last modified time | relevance | path

Searched refs:NvmeIdNs (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/nvme/
H A Dns.c32 NvmeIdNs *id_ns = &ns->id_ns; in nvme_ns_init_format()
63 NvmeIdNs *id_ns = &ns->id_ns; in nvme_ns_init()
H A Dnvme.h229 NvmeIdNs id_ns;
H A Dctrl.c5598 return nvme_c2h(n, (uint8_t *)&ns->id_ns, sizeof(NvmeIdNs), req); in nvme_identify_ns()
/openbmc/qemu/include/block/
H A Dnvme.h1369 typedef struct QEMU_PACKED NvmeIdNs { struct
1407 } NvmeIdNs; typedef
1872 QEMU_BUILD_BUG_ON(sizeof(NvmeIdNs) != 4096); in _nvme_check_size()
/openbmc/qemu/block/
H A Dnvme.c545 NvmeIdNs ns; in nvme_identify()