Lines Matching defs:nvme_subsystem
426 struct nvme_subsystem { struct
427 int instance;
428 struct device dev;
433 struct kref ref;
434 struct list_head entry;
435 struct mutex lock;
436 struct list_head ctrls;
437 struct list_head nsheads;
438 char subnqn[NVMF_NQN_SIZE];
439 char serial[20];
440 char model[40];
441 char firmware_rev[8];
442 u8 cmic;
443 enum nvme_subsys_type subtype;
444 u16 vendor_id;
445 u16 awupf; /* 0's based awupf value. */
446 struct ida ns_ida;
448 enum nvme_iopolicy iopolicy;