Searched defs:nvmet_subsys (Results 1 – 1 of 1) sorted by relevance
235 struct nvmet_subsys { struct236 enum nvme_subsys_type type;238 struct mutex lock;239 struct kref ref;241 struct xarray namespaces;242 unsigned int nr_namespaces;243 u32 max_nsid;244 u16 cntlid_min;245 u16 cntlid_max;247 struct list_head ctrls;[all …]