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