Searched refs:nvme_sgl (Results 1 – 1 of 1) sorted by relevance
181 struct mpi3mr_nvme_pt_sge *nvme_sgl; in mpi3mr_app_construct_nvme_sgl() local195 nvme_sgl = (struct mpi3mr_nvme_pt_sge *) in mpi3mr_app_construct_nvme_sgl()230 memset(nvme_sgl, 0, sizeof(struct mpi3mr_nvme_pt_sge)); in mpi3mr_app_construct_nvme_sgl()231 nvme_sgl->base_addr = sgl_dma; in mpi3mr_app_construct_nvme_sgl()233 nvme_sgl->length = htole32(size); in mpi3mr_app_construct_nvme_sgl()234 nvme_sgl->type = MPI3MR_NVMESGL_LAST_SEGMENT; in mpi3mr_app_construct_nvme_sgl()236 nvme_sgl = (struct mpi3mr_nvme_pt_sge *) sc->ioctl_chain_sge.addr; in mpi3mr_app_construct_nvme_sgl()250 nvme_sgl->base_addr = sgl_dma; in mpi3mr_app_construct_nvme_sgl()251 nvme_sgl->length = htole32(dma_buff->dma_desc[i].size); in mpi3mr_app_construct_nvme_sgl()252 nvme_sgl->type = MPI3MR_NVMESGL_DATA_SEGMENT; in mpi3mr_app_construct_nvme_sgl()[all …]