Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/nvme/target/
Dnvmet.h368 struct nvmet_req { struct
369 struct nvme_command *cmd;
370 struct nvme_completion *cqe;
371 struct nvmet_sq *sq;
372 struct nvmet_cq *cq;
373 struct nvmet_ns *ns;
374 struct scatterlist *sg;
375 struct scatterlist *metadata_sg;
376 struct bio_vec inline_bvec[NVMET_MAX_INLINE_BIOVEC];
377 union {
[all …]