Searched defs:nvmet_subsys (Results 1 – 1 of 1) sorted by relevance
304 struct nvmet_subsys { struct305 enum nvme_subsys_type type;307 struct mutex lock;308 struct kref ref;310 struct xarray namespaces;311 unsigned int nr_namespaces;312 u32 max_nsid;313 u16 cntlid_min;314 u16 cntlid_max;316 struct list_head ctrls;[all …]