Home
last modified time | relevance | path

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

/linux-6.15/drivers/nvme/host/
Dnvme.h427 struct nvme_subsystem { struct
428 int instance;
429 struct device dev;
434 struct kref ref;
435 struct list_head entry;
436 struct mutex lock;
437 struct list_head ctrls;
438 struct list_head nsheads;
439 char subnqn[NVMF_NQN_SIZE];
440 char serial[20];
[all …]