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