Searched defs:nvmet_subsys (Results 1 – 1 of 1) sorted by relevance
320 struct nvmet_subsys { struct321 enum nvme_subsys_type type;323 struct mutex lock;324 struct kref ref;326 struct xarray namespaces;327 unsigned int nr_namespaces;328 u32 max_nsid;329 u16 cntlid_min;330 u16 cntlid_max;332 struct list_head ctrls;[all …]