Home
last modified time | relevance | path

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

/linux-6.15/drivers/nvme/target/
Dnvmet.h442 struct nvmet_req { struct
443 struct nvme_command *cmd;
444 struct nvme_completion *cqe;
445 struct nvmet_sq *sq;
446 struct nvmet_cq *cq;
447 struct nvmet_ns *ns;
448 struct scatterlist *sg;
449 struct scatterlist *metadata_sg;
450 struct bio_vec inline_bvec[NVMET_MAX_INLINE_BIOVEC];
451 union {
[all …]