Searched defs:nvme_subsystem (Results 1 – 1 of 1) sorted by relevance
378 struct nvme_subsystem { struct379 int instance;380 struct device dev;385 struct kref ref;386 struct list_head entry;387 struct mutex lock;388 struct list_head ctrls;389 struct list_head nsheads;390 char subnqn[NVMF_NQN_SIZE];391 char serial[20];[all …]