Searched defs:nvme_subsystem (Results 1 – 1 of 1) sorted by relevance
347 struct nvme_subsystem { struct348 int instance;349 struct device dev;354 struct kref ref;355 struct list_head entry;356 struct mutex lock;357 struct list_head ctrls;358 struct list_head nsheads;359 char subnqn[NVMF_NQN_SIZE];360 char serial[20];[all …]