Lines Matching defs:nvmet_subsys
235 struct nvmet_subsys { struct
236 enum nvme_subsys_type type;
238 struct mutex lock;
239 struct kref ref;
241 struct xarray namespaces;
242 unsigned int nr_namespaces;
243 u32 max_nsid;
244 u16 cntlid_min;
245 u16 cntlid_max;
247 struct list_head ctrls;
249 struct list_head hosts;
250 bool allow_any_host;
252 u16 max_qid;
254 u64 ver;
255 char serial[NVMET_SN_MAX_SIZE];
256 bool subsys_discovered;
257 char *subsysnqn;
281 static inline struct nvmet_subsys *to_subsys(struct config_item *item) in to_subsys() argument