Searched defs:nvme_subsystem (Results 1 – 1 of 1) sorted by relevance
367 struct nvme_subsystem { struct368 int instance;369 struct device dev;374 struct kref ref;375 struct list_head entry;376 struct mutex lock;377 struct list_head ctrls;378 struct list_head nsheads;379 char subnqn[NVMF_NQN_SIZE];380 char serial[20];[all …]