Searched defs:nvme_subsystem (Results 1 – 1 of 1) sorted by relevance
425 struct nvme_subsystem { struct426 int instance;427 struct device dev;432 struct kref ref;433 struct list_head entry;434 struct mutex lock;435 struct list_head ctrls;436 struct list_head nsheads;437 char subnqn[NVMF_NQN_SIZE];438 char serial[20];[all …]