Home
last modified time | relevance | path

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

/linux-6.8/drivers/nvme/target/
Dnvmet.h361 struct nvmet_req { struct
362 struct nvme_command *cmd;
363 struct nvme_completion *cqe;
364 struct nvmet_sq *sq;
365 struct nvmet_cq *cq;
366 struct nvmet_ns *ns;
367 struct scatterlist *sg;
368 struct scatterlist *metadata_sg;
369 struct bio_vec inline_bvec[NVMET_MAX_INLINE_BIOVEC];
370 union {
[all …]