Lines Matching defs:nvmet_subsys
236 struct nvmet_subsys { struct
237 enum nvme_subsys_type type;
239 struct mutex lock;
240 struct kref ref;
242 struct xarray namespaces;
243 unsigned int nr_namespaces;
244 u32 max_nsid;
245 u16 cntlid_min;
246 u16 cntlid_max;
248 struct list_head ctrls;
250 struct list_head hosts;
251 bool allow_any_host;
253 u16 max_qid;
255 u64 ver;
256 char serial[NVMET_SN_MAX_SIZE];
257 bool subsys_discovered;
258 char *subsysnqn;
282 static inline struct nvmet_subsys *to_subsys(struct config_item *item) in to_subsys() argument