Searched defs:nvme_subsystem (Results 1 – 1 of 1) sorted by relevance
379 struct nvme_subsystem { struct380 int instance;381 struct device dev;386 struct kref ref;387 struct list_head entry;388 struct mutex lock;389 struct list_head ctrls;390 struct list_head nsheads;391 char subnqn[NVMF_NQN_SIZE];392 char serial[20];[all …]