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