Searched defs:nvmet_req (Results 1 – 2 of 2) sorted by relevance
312 struct nvmet_req { struct313 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 …]
349 struct nvmet_req { struct350 struct nvme_command *cmd;351 struct nvme_completion *cqe;352 struct nvmet_sq *sq;353 struct nvmet_cq *cq;354 struct nvmet_ns *ns;355 struct scatterlist *sg;356 struct scatterlist *metadata_sg;357 struct bio_vec inline_bvec[NVMET_MAX_INLINE_BIOVEC];358 union {[all …]