Lines Matching defs:nvme_subsystem
379 struct nvme_subsystem { struct
380 int instance;
381 struct device dev;
386 struct kref ref;
387 struct list_head entry;
388 struct mutex lock;
389 struct list_head ctrls;
390 struct list_head nsheads;
391 char subnqn[NVMF_NQN_SIZE];
392 char serial[20];
393 char model[40];
394 char firmware_rev[8];
395 u8 cmic;
396 enum nvme_subsys_type subtype;
397 u16 vendor_id;
398 u16 awupf; /* 0's based awupf value. */
399 struct ida ns_ida;
401 enum nvme_iopolicy iopolicy;