Searched defs:nvmet_ctrl (Results 1 – 1 of 1) sorted by relevance
247 struct nvmet_ctrl { struct248 struct nvmet_subsys *subsys;249 struct nvmet_sq **sqs;251 void *drvdata;253 bool reset_tbkas;255 struct mutex lock;256 u64 cap;257 u32 cc;258 u32 csts;260 uuid_t hostid;[all …]