Home
last modified time | relevance | path

Searched defs:nvme_ns_info (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/nvme/host/
H A Dcore.c34 struct nvme_ns_info { struct
35 struct nvme_ns_ids ids;
36 u32 nsid;
37 __le32 anagrpid;
38 bool is_shared;
39 bool is_readonly;
40 bool is_ready;
41 bool is_removed;
/openbmc/qemu/hw/nvme/
H A Dns.c864 static const TypeInfo nvme_ns_info = { variable