Home
last modified time | relevance | path

Searched defs:nvmet_ctrl (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/nvme/target/
Dnvmet.h181 struct nvmet_ctrl { struct
182 struct nvmet_subsys *subsys;
183 struct nvmet_sq **sqs;
185 bool reset_tbkas;
187 struct mutex lock;
188 u64 cap;
189 u32 cc;
190 u32 csts;
192 uuid_t hostid;
193 u16 cntlid;
[all …]
/kernel/linux/linux-5.10/drivers/nvme/target/
Dnvmet.h165 struct nvmet_ctrl { struct
166 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 …]