Searched refs:mfi_sgl (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/megaraid/ |
H A D | megaraid_sas_base.c | 1246 * @mfi_sgl: SGL to be filled in 1253 union megasas_sgl *mfi_sgl) 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() 1275 * @mfi_sgl: SGL to be filled in 1282 union megasas_sgl *mfi_sgl) 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() 1304 * @mfi_sgl: SGL to be filled in 1311 struct scsi_cmnd *scp, union megasas_sgl *mfi_sgl) in megasas_make_sgl_skinny() 1252 megasas_make_sgl32(struct megasas_instance *instance, struct scsi_cmnd *scp, union megasas_sgl *mfi_sgl) megasas_make_sgl32() argument 1281 megasas_make_sgl64(struct megasas_instance *instance, struct scsi_cmnd *scp, union megasas_sgl *mfi_sgl) megasas_make_sgl64() argument 1310 megasas_make_sgl_skinny(struct megasas_instance *instance, struct scsi_cmnd *scp, union megasas_sgl *mfi_sgl) megasas_make_sgl_skinny() argument 1668 union megasas_sgl *mfi_sgl; megasas_dump_pending_frames() local [all...] |
/kernel/linux/linux-6.6/drivers/scsi/megaraid/ |
H A D | megaraid_sas_base.c | 1256 * @mfi_sgl: SGL to be filled in 1263 union megasas_sgl *mfi_sgl) 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() 1285 * @mfi_sgl: SGL to be filled in 1292 union megasas_sgl *mfi_sgl) 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() 1314 * @mfi_sgl: SGL to be filled in 1321 struct scsi_cmnd *scp, union megasas_sgl *mfi_sgl) in megasas_make_sgl_skinny() 1262 megasas_make_sgl32(struct megasas_instance *instance, struct scsi_cmnd *scp, union megasas_sgl *mfi_sgl) megasas_make_sgl32() argument 1291 megasas_make_sgl64(struct megasas_instance *instance, struct scsi_cmnd *scp, union megasas_sgl *mfi_sgl) megasas_make_sgl64() argument 1320 megasas_make_sgl_skinny(struct megasas_instance *instance, struct scsi_cmnd *scp, union megasas_sgl *mfi_sgl) megasas_make_sgl_skinny() argument 1678 union megasas_sgl *mfi_sgl; megasas_dump_pending_frames() local [all...] |
Completed in 9 milliseconds