Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/nvme/target/
Dnvmet.h235 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;
[all …]