Searched defs:nvme_subsystem (Results 1 – 1 of 1) sorted by relevance
427 struct nvme_subsystem { struct428 int instance;429 struct device dev;434 struct kref ref;435 struct list_head entry;436 struct mutex lock;440 char serial[20];441 char model[40];443 u8 cmic;445 u16 vendor_id;[all …]