Searched defs:nvme_subsystem (Results 1 – 1 of 1) sorted by relevance
421 struct nvme_subsystem { struct422 int instance;423 struct device dev;428 struct kref ref;429 struct list_head entry;430 struct mutex lock;431 struct list_head ctrls;432 struct list_head nsheads;433 char subnqn[NVMF_NQN_SIZE];434 char serial[20];[all …]