Searched defs:nvme_subsystem (Results 1 – 1 of 1) sorted by relevance
405 struct nvme_subsystem { struct406 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 …]