Searched defs:nvme_subsystem (Results 1 – 1 of 1) sorted by relevance
358 struct nvme_subsystem { struct359 int instance;360 struct device dev;365 struct kref ref;366 struct list_head entry;367 struct mutex lock;368 struct list_head ctrls;369 struct list_head nsheads;370 char subnqn[NVMF_NQN_SIZE];371 char serial[20];[all …]