Searched defs:nvmet_subsys (Results 1 – 2 of 2) sorted by relevance
92381 struct nvmet_subsys { struct92382 enum nvme_subsys_type type;92383 struct mutex lock;92384 struct kref ref;92385 struct xarray namespaces;92386 unsigned int nr_namespaces;92387 u32 max_nsid;92388 u16 cntlid_min;92389 u16 cntlid_max;92390 struct list_head ctrls;[all …]