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.h447 struct nvmet_req { struct
448 struct nvme_command *cmd;
449 struct nvme_completion *cqe;
450 struct nvmet_sq *sq;
451 struct nvmet_cq *cq;
452 struct nvmet_ns *ns;
453 struct scatterlist *sg;
454 struct scatterlist *metadata_sg;
455 struct bio_vec inline_bvec[NVMET_MAX_INLINE_BIOVEC];
456 union {
[all …]