Searched defs:nvmet_subsys (Results 1 – 1 of 1) sorted by relevance
311 struct nvmet_subsys { struct312 enum nvme_subsys_type type;314 struct mutex lock;315 struct kref ref;317 struct xarray namespaces;318 unsigned int nr_namespaces;319 u32 max_nsid;320 u16 cntlid_min;321 u16 cntlid_max;323 struct list_head ctrls;[all …]