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