Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/megaraid/
Dmegaraid_sas_base.c1115 struct scatterlist *os_sgl; in megasas_make_sgl32() local
1121 scsi_for_each_sg(scp, os_sgl, sge_count, i) { in megasas_make_sgl32()
1122 mfi_sgl->sge32[i].length = cpu_to_le32(sg_dma_len(os_sgl)); in megasas_make_sgl32()
1123 mfi_sgl->sge32[i].phys_addr = cpu_to_le32(sg_dma_address(os_sgl)); in megasas_make_sgl32()
1144 struct scatterlist *os_sgl; in megasas_make_sgl64() local
1150 scsi_for_each_sg(scp, os_sgl, sge_count, i) { in megasas_make_sgl64()
1151 mfi_sgl->sge64[i].length = cpu_to_le32(sg_dma_len(os_sgl)); in megasas_make_sgl64()
1152 mfi_sgl->sge64[i].phys_addr = cpu_to_le64(sg_dma_address(os_sgl)); in megasas_make_sgl64()
1173 struct scatterlist *os_sgl; in megasas_make_sgl_skinny() local
1178 scsi_for_each_sg(scp, os_sgl, sge_count, i) { in megasas_make_sgl_skinny()
[all …]
Dmegaraid_sas_fusion.c1297 struct scatterlist *os_sgl; in megasas_make_sgl_fusion() local
1315 scsi_for_each_sg(scp, os_sgl, sge_count, i) { in megasas_make_sgl_fusion()
1316 sgl_ptr->Length = cpu_to_le32(sg_dma_len(os_sgl)); in megasas_make_sgl_fusion()
1317 sgl_ptr->Address = cpu_to_le64(sg_dma_address(os_sgl)); in megasas_make_sgl_fusion()