Searched defs:nvmet_subsys (Results 1 – 1 of 1) sorted by relevance
214 struct nvmet_subsys { struct215 enum nvme_subsys_type type;217 struct mutex lock;218 struct kref ref;220 struct xarray namespaces;221 unsigned int nr_namespaces;222 u32 max_nsid;223 u16 cntlid_min;224 u16 cntlid_max;226 struct list_head ctrls;[all …]