Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Dnvme.h1429 typedef struct QEMU_PACKED NvmeIdNsInd { struct
1441 } NvmeIdNsInd; argument
1909 QEMU_BUILD_BUG_ON(sizeof(NvmeIdNsInd) != 4096); in _nvme_check_size()
/openbmc/qemu/hw/nvme/
H A Dnvme.h236 NvmeIdNsInd id_ns_ind;
H A Dns.c68 NvmeIdNsInd *id_ns_ind = &ns->id_ns_ind; in nvme_ns_init()
H A Dctrl.c5733 return nvme_c2h(n, (uint8_t *)&ns->id_ns_ind, sizeof(NvmeIdNsInd), req); in nvme_identify_ns_ind()