Searched defs:nvmet_subsys (Results 1 – 1 of 1) sorted by relevance
248 struct nvmet_subsys { struct249 enum nvme_subsys_type type;251 struct mutex lock;252 struct kref ref;254 struct xarray namespaces;255 unsigned int nr_namespaces;256 u32 max_nsid;257 u16 cntlid_min;258 u16 cntlid_max;260 struct list_head ctrls;[all …]