Searched defs:nvme_subsystem (Results 1 – 1 of 1) sorted by relevance
407 struct nvme_subsystem { struct408 int instance;409 struct device dev;414 struct kref ref;415 struct list_head entry;416 struct mutex lock;417 struct list_head ctrls;418 struct list_head nsheads;419 char subnqn[NVMF_NQN_SIZE];420 char serial[20];[all …]