Home
last modified time | relevance | path

Searched refs:sge32 (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/scsi/megaraid/
Dmegaraid_sas_base.c1122 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()
1572 le32_to_cpu(mfi_sgl->sge32[n].length), in megasas_dump_pending_frames()
1573 le32_to_cpu(mfi_sgl->sge32[n].phys_addr)); in megasas_dump_pending_frames()
2045 dcmd->sgl.sge32[0].phys_addr = in megasas_get_ld_vf_affiliation_111()
2048 dcmd->sgl.sge32[0].phys_addr = in megasas_get_ld_vf_affiliation_111()
2051 dcmd->sgl.sge32[0].length = cpu_to_le32( in megasas_get_ld_vf_affiliation_111()
2157 dcmd->sgl.sge32[0].phys_addr = in megasas_get_ld_vf_affiliation_12()
2160 dcmd->sgl.sge32[0].phys_addr = in megasas_get_ld_vf_affiliation_12()
2163 dcmd->sgl.sge32[0].length = cpu_to_le32((MAX_LOGICAL_DRIVES + 1) * in megasas_get_ld_vf_affiliation_12()
[all …]
Dmegaraid_sas.h1232 struct megasas_sge32 sge32[1]; member
1261 struct megasas_sge32 sge32[8]; member
1465 struct megasas_sge32 sge32[2]; /* [0]: resp [1]: req */ member
1494 struct megasas_sge32 sge32[2]; /* [0]: resp [1]: data */ member
Dmegaraid_sas_fusion.c772 dcmd->sgl.sge32[0].phys_addr = cpu_to_le32(pd_seq_h); in megasas_sync_pd_seq_num()
773 dcmd->sgl.sge32[0].length = cpu_to_le32(pd_seq_map_sz); in megasas_sync_pd_seq_num()
873 dcmd->sgl.sge32[0].phys_addr = cpu_to_le32(ci_h); in megasas_get_ld_map_info()
874 dcmd->sgl.sge32[0].length = cpu_to_le32(size_map_info); in megasas_get_ld_map_info()
975 dcmd->sgl.sge32[0].phys_addr = cpu_to_le32(ci_h); in megasas_sync_map_info()
976 dcmd->sgl.sge32[0].length = cpu_to_le32(size_map_info); in megasas_sync_map_info()