Searched defs:nvme_subsystem (Results 1 – 2 of 2) sorted by relevance
84211 struct nvme_subsystem { struct84212 int instance;84213 struct device dev;84214 struct kref ref;84215 struct list_head entry;84216 struct mutex lock;84217 struct list_head ctrls;84218 struct list_head nsheads;84219 char subnqn[223];84220 char serial[20];[all …]
93942 struct nvme_subsystem { struct93943 int instance;93944 struct device dev;93945 struct kref ref;93946 struct list_head entry;93947 struct mutex lock;93948 struct list_head ctrls;93949 struct list_head nsheads;93950 char subnqn[223];93951 char serial[20];[all …]