Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvme/target/
H A Dnvmet.h349 struct nvmet_req { struct
350 struct nvme_command *cmd;
351 struct nvme_completion *cqe;
352 struct nvmet_sq *sq;
353 struct nvmet_cq *cq;
354 struct nvmet_ns *ns;
355 struct scatterlist *sg;
356 struct scatterlist *metadata_sg;
358 union {
389 void (*execute)(struct nvmet_req *req); argument
[all …]