Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/nvme/host/
Dnvme.h394 struct nvme_subsystem { struct
395 int instance;
396 struct device dev;
401 struct kref ref;
402 struct list_head entry;
403 struct mutex lock;
404 struct list_head ctrls;
405 struct list_head nsheads;
406 char subnqn[NVMF_NQN_SIZE];
407 char serial[20];
[all …]