Home
last modified time | relevance | path

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

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