Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/nvme/target/
Dnvmet.h435 struct nvmet_req { struct
436 struct nvme_command *cmd;
437 struct nvme_completion *cqe;
438 struct nvmet_sq *sq;
439 struct nvmet_cq *cq;
440 struct nvmet_ns *ns;
441 struct scatterlist *sg;
442 struct scatterlist *metadata_sg;
443 struct bio_vec inline_bvec[NVMET_MAX_INLINE_BIOVEC];
444 union {
[all …]