Home
last modified time | relevance | path

Searched refs:os_sgl (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c1257 struct scatterlist *os_sgl; in megasas_make_sgl32() local
1263 scsi_for_each_sg(scp, os_sgl, sge_count, i) { in megasas_make_sgl32()
1264 mfi_sgl->sge32[i].length = cpu_to_le32(sg_dma_len(os_sgl)); in megasas_make_sgl32()
1265 mfi_sgl->sge32[i].phys_addr = cpu_to_le32(sg_dma_address(os_sgl)); in megasas_make_sgl32()
1286 struct scatterlist *os_sgl; in megasas_make_sgl64() local
1292 scsi_for_each_sg(scp, os_sgl, sge_count, i) { in megasas_make_sgl64()
1293 mfi_sgl->sge64[i].length = cpu_to_le32(sg_dma_len(os_sgl)); in megasas_make_sgl64()
1294 mfi_sgl->sge64[i].phys_addr = cpu_to_le64(sg_dma_address(os_sgl)); in megasas_make_sgl64()
1315 struct scatterlist *os_sgl; in megasas_make_sgl_skinny() local
1320 scsi_for_each_sg(scp, os_sgl, sge_coun in megasas_make_sgl_skinny()
[all...]
H A Dmegaraid_sas_fusion.c2240 struct scatterlist *os_sgl; in megasas_make_sgl_fusion() local
2251 scsi_for_each_sg(scp, os_sgl, sge_count, i) { in megasas_make_sgl_fusion()
2252 sgl_ptr->Length = cpu_to_le32(sg_dma_len(os_sgl)); in megasas_make_sgl_fusion()
2253 sgl_ptr->Address = cpu_to_le64(sg_dma_address(os_sgl)); in megasas_make_sgl_fusion()
/kernel/linux/linux-6.6/drivers/scsi/megaraid/
H A 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_coun in megasas_make_sgl_skinny()
[all...]
H A Dmegaraid_sas_fusion.c2276 struct scatterlist *os_sgl; in megasas_make_sgl_fusion() local
2287 scsi_for_each_sg(scp, os_sgl, sge_count, i) { in megasas_make_sgl_fusion()
2288 sgl_ptr->Length = cpu_to_le32(sg_dma_len(os_sgl)); in megasas_make_sgl_fusion()
2289 sgl_ptr->Address = cpu_to_le64(sg_dma_address(os_sgl)); in megasas_make_sgl_fusion()

Completed in 22 milliseconds