Searched defs:nvme_subsystem (Results 1 – 1 of 1) sorted by relevance
426 struct nvme_subsystem { struct427 int instance;428 struct device dev;433 struct kref ref;434 struct list_head entry;435 struct mutex lock;436 struct list_head ctrls;437 struct list_head nsheads;438 char subnqn[NVMF_NQN_SIZE];439 char serial[20];[all …]