Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
H A Dnvmet.h451 struct nvmet_req { struct
452 struct nvme_command *cmd;
453 struct nvme_completion *cqe;
454 struct nvmet_sq *sq;
455 struct nvmet_cq *cq;
456 struct nvmet_ns *ns;
457 struct scatterlist *sg;
458 struct scatterlist *metadata_sg;
459 struct bio_vec inline_bvec[NVMET_MAX_INLINE_BIOVEC];
460 union {
[all …]