Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/megaraid/
Dmegaraid_sas_base.c1267 struct scatterlist *os_sgl; in megasas_make_sgl32() local
1273 scsi_for_each_sg(scp, os_sgl, sge_count, i) { in megasas_make_sgl32()
1274 mfi_sgl->sge32[i].length = cpu_to_le32(sg_dma_len(os_sgl)); in megasas_make_sgl32()
1275 mfi_sgl->sge32[i].phys_addr = cpu_to_le32(sg_dma_address(os_sgl)); in megasas_make_sgl32()
1296 struct scatterlist *os_sgl; in megasas_make_sgl64() local
1302 scsi_for_each_sg(scp, os_sgl, sge_count, i) { in megasas_make_sgl64()
1303 mfi_sgl->sge64[i].length = cpu_to_le32(sg_dma_len(os_sgl)); in megasas_make_sgl64()
1304 mfi_sgl->sge64[i].phys_addr = cpu_to_le64(sg_dma_address(os_sgl)); in megasas_make_sgl64()
1325 struct scatterlist *os_sgl; in megasas_make_sgl_skinny() local
1330 scsi_for_each_sg(scp, os_sgl, sge_count, i) { in megasas_make_sgl_skinny()
[all …]
Dmegaraid_sas_fusion.c2273 struct scatterlist *os_sgl; in megasas_make_sgl_fusion() local
2284 scsi_for_each_sg(scp, os_sgl, sge_count, i) { in megasas_make_sgl_fusion()
2285 sgl_ptr->Length = cpu_to_le32(sg_dma_len(os_sgl)); in megasas_make_sgl_fusion()
2286 sgl_ptr->Address = cpu_to_le64(sg_dma_address(os_sgl)); in megasas_make_sgl_fusion()