Home
last modified time | relevance | path

Searched defs:nvmet_subsys (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/nvme/target/
Dnvmet.h236 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;
[all …]
/kernel/linux/linux-5.10/drivers/nvme/target/
Dnvmet.h216 struct nvmet_subsys { struct
217 enum nvme_subsys_type type;
219 struct mutex lock;
220 struct kref ref;
245 struct nvmet_subsys_model __rcu *model; argument
254 static inline struct nvmet_subsys *to_subsys(struct config_item *item) in to_subsys() argument