Lines Matching defs:nvme_subsystem
394 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];
408 char model[40];
409 char firmware_rev[8];
410 u8 cmic;
411 enum nvme_subsys_type subtype;
412 u16 vendor_id;
413 u16 awupf; /* 0's based awupf value. */
414 struct ida ns_ida;
416 enum nvme_iopolicy iopolicy;