Home
last modified time | relevance | path

Searched defs:nvme_subsystem (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/nvme/host/
Dnvme.h292 struct nvme_subsystem { struct
293 int instance;
294 struct device dev;
299 struct kref ref;
300 struct list_head entry;
301 struct mutex lock;
302 struct list_head ctrls;
303 struct list_head nsheads;
304 char subnqn[NVMF_NQN_SIZE];
305 char serial[20];
[all …]