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