Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/nvme/target/
H A Dnvmet.h312 struct nvmet_req { struct
313 struct nvme_command *cmd;
314 struct nvme_completion *cqe;
315 struct nvmet_sq *sq;
316 struct nvmet_cq *cq;
317 struct nvmet_ns *ns;
318 struct scatterlist *sg;
319 struct scatterlist *metadata_sg;
320 struct bio_vec inline_bvec[NVMET_MAX_INLINE_BIOVEC];
321 union {
[all …]