Home
last modified time | relevance | path

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

/linux-6.15/drivers/nvme/target/
Dnvmet.h311 struct nvmet_subsys { struct
312 enum nvme_subsys_type type;
314 struct mutex lock;
315 struct kref ref;
317 struct xarray namespaces;
318 unsigned int nr_namespaces;
319 u32 max_nsid;
320 u16 cntlid_min;
321 u16 cntlid_max;
323 struct list_head ctrls;
[all …]