Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/nvme/host/
Dnvme.h405 struct nvme_subsystem { struct
406 int instance;
407 struct device dev;
412 struct kref ref;
413 struct list_head entry;
414 struct mutex lock;
415 struct list_head ctrls;
416 struct list_head nsheads;
417 char subnqn[NVMF_NQN_SIZE];
418 char serial[20];
[all …]