Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/nvme/target/
Dnvmet.h347 struct nvmet_req { struct
348 struct nvme_command *cmd;
349 struct nvme_completion *cqe;
350 struct nvmet_sq *sq;
351 struct nvmet_cq *cq;
352 struct nvmet_ns *ns;
353 struct scatterlist *sg;
354 struct scatterlist *metadata_sg;
355 struct bio_vec inline_bvec[NVMET_MAX_INLINE_BIOVEC];
356 union {
[all …]