Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/nvme/target/
Dnvmet.h251 struct nvmet_subsys { struct
252 enum nvme_subsys_type type;
254 struct mutex lock;
255 struct kref ref;
257 struct xarray namespaces;
258 unsigned int nr_namespaces;
259 u32 max_nsid;
260 u16 cntlid_min;
261 u16 cntlid_max;
263 struct list_head ctrls;
[all …]