Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/megaraid/
Dmegaraid_sas_base.c1047 struct scatterlist *os_sgl; in megasas_make_sgl32() local
1053 scsi_for_each_sg(scp, os_sgl, sge_count, i) { in megasas_make_sgl32()
1054 mfi_sgl->sge32[i].length = cpu_to_le32(sg_dma_len(os_sgl)); in megasas_make_sgl32()
1055 mfi_sgl->sge32[i].phys_addr = cpu_to_le32(sg_dma_address(os_sgl)); in megasas_make_sgl32()
1076 struct scatterlist *os_sgl; in megasas_make_sgl64() local
1082 scsi_for_each_sg(scp, os_sgl, sge_count, i) { in megasas_make_sgl64()
1083 mfi_sgl->sge64[i].length = cpu_to_le32(sg_dma_len(os_sgl)); in megasas_make_sgl64()
1084 mfi_sgl->sge64[i].phys_addr = cpu_to_le64(sg_dma_address(os_sgl)); in megasas_make_sgl64()
1105 struct scatterlist *os_sgl; in megasas_make_sgl_skinny() local
1110 scsi_for_each_sg(scp, os_sgl, sge_count, i) { in megasas_make_sgl_skinny()
[all …]
Dmegaraid_sas_fusion.c1225 struct scatterlist *os_sgl; in megasas_make_sgl_fusion() local
1244 scsi_for_each_sg(scp, os_sgl, sge_count, i) { in megasas_make_sgl_fusion()
1245 sgl_ptr->Length = cpu_to_le32(sg_dma_len(os_sgl)); in megasas_make_sgl_fusion()
1246 sgl_ptr->Address = cpu_to_le64(sg_dma_address(os_sgl)); in megasas_make_sgl_fusion()