Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/megaraid/
Dmegaraid_sas_base.c1054 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()
1505 le32_to_cpu(mfi_sgl->sge32[n].length), in megasas_dump_pending_frames()
1506 le32_to_cpu(mfi_sgl->sge32[n].phys_addr)); in megasas_dump_pending_frames()
1934 dcmd->sgl.sge32[0].phys_addr = in megasas_get_ld_vf_affiliation_111()
1937 dcmd->sgl.sge32[0].phys_addr = new_affiliation_111_h; in megasas_get_ld_vf_affiliation_111()
1939 dcmd->sgl.sge32[0].length = in megasas_get_ld_vf_affiliation_111()
2050 dcmd->sgl.sge32[0].phys_addr = instance->vf_affiliation_h; in megasas_get_ld_vf_affiliation_12()
2052 dcmd->sgl.sge32[0].phys_addr = new_affiliation_h; in megasas_get_ld_vf_affiliation_12()
2054 dcmd->sgl.sge32[0].length = (MAX_LOGICAL_DRIVES + 1) * in megasas_get_ld_vf_affiliation_12()
[all …]
Dmegaraid_sas.h1195 struct megasas_sge32 sge32[1]; member
1224 struct megasas_sge32 sge32[8]; member
1422 struct megasas_sge32 sge32[2]; /* [0]: resp [1]: req */ member
1451 struct megasas_sge32 sge32[2]; /* [0]: resp [1]: data */ member
Dmegaraid_sas_fusion.c814 dcmd->sgl.sge32[0].phys_addr = cpu_to_le32(ci_h); in megasas_get_ld_map_info()
815 dcmd->sgl.sge32[0].length = cpu_to_le32(size_map_info); in megasas_get_ld_map_info()
921 dcmd->sgl.sge32[0].phys_addr = cpu_to_le32(ci_h); in megasas_sync_map_info()
922 dcmd->sgl.sge32[0].length = cpu_to_le32(size_map_info); in megasas_sync_map_info()