Home
last modified time | relevance | path

Searched refs:os_sgl (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/scsi/megaraid/
Dmegaraid_sas_base.c1178 struct scatterlist *os_sgl; in megasas_make_sgl32() local
1184 scsi_for_each_sg(scp, os_sgl, sge_count, i) { in megasas_make_sgl32()
1185 mfi_sgl->sge32[i].length = cpu_to_le32(sg_dma_len(os_sgl)); in megasas_make_sgl32()
1186 mfi_sgl->sge32[i].phys_addr = cpu_to_le32(sg_dma_address(os_sgl)); in megasas_make_sgl32()
1207 struct scatterlist *os_sgl; in megasas_make_sgl64() local
1213 scsi_for_each_sg(scp, os_sgl, sge_count, i) { in megasas_make_sgl64()
1214 mfi_sgl->sge64[i].length = cpu_to_le32(sg_dma_len(os_sgl)); in megasas_make_sgl64()
1215 mfi_sgl->sge64[i].phys_addr = cpu_to_le64(sg_dma_address(os_sgl)); in megasas_make_sgl64()
1236 struct scatterlist *os_sgl; in megasas_make_sgl_skinny() local
1241 scsi_for_each_sg(scp, os_sgl, sge_count, i) { in megasas_make_sgl_skinny()
[all …]
Dmegaraid_sas_fusion.c2086 struct scatterlist *os_sgl; in megasas_make_sgl_fusion() local
2097 scsi_for_each_sg(scp, os_sgl, sge_count, i) { in megasas_make_sgl_fusion()
2098 sgl_ptr->Length = cpu_to_le32(sg_dma_len(os_sgl)); in megasas_make_sgl_fusion()
2099 sgl_ptr->Address = cpu_to_le64(sg_dma_address(os_sgl)); in megasas_make_sgl_fusion()