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