Searched defs:nvmet_ctrl (Results 1 – 2 of 2) sorted by relevance
152 struct nvmet_ctrl { struct153 struct nvmet_subsys *subsys;154 struct nvmet_cq **cqs;155 struct nvmet_sq **sqs;157 struct mutex lock;158 u64 cap;159 u32 cc;160 u32 csts;162 uuid_t hostid;163 u16 cntlid;[all …]
165 struct nvmet_ctrl { struct166 struct nvmet_subsys *subsys;167 struct nvmet_sq **sqs;169 bool reset_tbkas;171 struct mutex lock;172 u64 cap;173 u32 cc;174 u32 csts;176 uuid_t hostid;177 u16 cntlid;[all …]