Home
last modified time | relevance | path

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

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