Searched defs:nvmet_ctrl (Results 1 – 1 of 1) sorted by relevance
244 struct nvmet_ctrl { struct245 struct nvmet_subsys *subsys;246 struct nvmet_sq **sqs;248 void *drvdata;250 bool reset_tbkas;252 struct mutex lock;253 u64 cap;254 u32 cc;255 u32 csts;257 uuid_t hostid;[all …]