Searched defs:nvme_subsystem (Results 1 – 1 of 1) sorted by relevance
292 struct nvme_subsystem { struct293 int instance;294 struct device dev;299 struct kref ref;300 struct list_head entry;301 struct mutex lock;302 struct list_head ctrls;303 struct list_head nsheads;304 char subnqn[NVMF_NQN_SIZE];305 char serial[20];[all …]