Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/nvme/target/
Dnvmet.h312 struct nvmet_req { struct
313 struct nvme_command *cmd;
314 struct nvme_completion *cqe;
315 struct nvmet_sq *sq;
316 struct nvmet_cq *cq;
317 struct nvmet_ns *ns;
318 struct scatterlist *sg;
319 struct scatterlist *metadata_sg;
320 struct bio_vec inline_bvec[NVMET_MAX_INLINE_BIOVEC];
321 union {
[all …]
/kernel/linux/linux-6.6/drivers/nvme/target/
Dnvmet.h349 struct nvmet_req { struct
350 struct nvme_command *cmd;
351 struct nvme_completion *cqe;
352 struct nvmet_sq *sq;
353 struct nvmet_cq *cq;
354 struct nvmet_ns *ns;
355 struct scatterlist *sg;
356 struct scatterlist *metadata_sg;
357 struct bio_vec inline_bvec[NVMET_MAX_INLINE_BIOVEC];
358 union {
[all …]