Searched defs:nvme_subsystem (Results 1 – 1 of 1) sorted by relevance
242 struct nvme_subsystem { struct243 int instance;244 struct device dev;249 struct kref ref;250 struct list_head entry;251 struct mutex lock;252 struct list_head ctrls;253 struct list_head nsheads;254 char subnqn[NVMF_NQN_SIZE];255 char serial[20];[all …]