Searched refs:sgl_dma (Results 1 – 1 of 1) sorted by relevance
182 U64 sgl_dma; in mpi3mr_app_construct_nvme_sgl() local216 sgl_dma = (U64)sc->ioctl_chain_sge.dma_addr; in mpi3mr_app_construct_nvme_sgl()218 if (sgl_dma & sgemod_mask) { in mpi3mr_app_construct_nvme_sgl()223 sgl_dma &= ~sgemod_mask; in mpi3mr_app_construct_nvme_sgl()224 sgl_dma |= sgemod_val; in mpi3mr_app_construct_nvme_sgl()231 nvme_sgl->base_addr = sgl_dma; in mpi3mr_app_construct_nvme_sgl()240 sgl_dma = htole64(dma_buff->dma_desc[i].dma_addr); in mpi3mr_app_construct_nvme_sgl()241 if (sgl_dma & sgemod_mask) { in mpi3mr_app_construct_nvme_sgl()247 sgl_dma &= ~sgemod_mask; in mpi3mr_app_construct_nvme_sgl()248 sgl_dma |= sgemod_val; in mpi3mr_app_construct_nvme_sgl()[all …]