Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/nvme/target/
Dnvmet.h317 struct nvmet_req { struct
318 struct nvme_command *cmd;
319 struct nvme_completion *cqe;
320 struct nvmet_sq *sq;
321 struct nvmet_cq *cq;
322 struct nvmet_ns *ns;
323 struct scatterlist *sg;
324 struct scatterlist *metadata_sg;
325 struct bio_vec inline_bvec[NVMET_MAX_INLINE_BIOVEC];
326 union {
[all …]