Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/drivers/nvme/target/
Dnvmet.h152 struct nvmet_ctrl { struct
153 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 …]
/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 …]