Searched defs:nvme_subsystem (Results 1 – 1 of 1) sorted by relevance
482 struct nvme_subsystem { struct483 int instance;484 struct device dev;489 struct kref ref;490 struct list_head entry;491 struct mutex lock;492 struct list_head ctrls;493 struct list_head nsheads;494 char subnqn[NVMF_NQN_SIZE];495 char serial[20];[all …]