Lines Matching refs:physaddr

1156 	dma_addr_t physaddr;  in lpfc_scsi_prep_dma_buf_s3()  local
1202 physaddr = sg_dma_address(sgel); in lpfc_scsi_prep_dma_buf_s3()
1209 data_bde->addrLow = putPaddrLow(physaddr); in lpfc_scsi_prep_dma_buf_s3()
1210 data_bde->addrHigh = putPaddrHigh(physaddr); in lpfc_scsi_prep_dma_buf_s3()
1217 le32_to_cpu(putPaddrLow(physaddr)); in lpfc_scsi_prep_dma_buf_s3()
1219 le32_to_cpu(putPaddrHigh(physaddr)); in lpfc_scsi_prep_dma_buf_s3()
1240 physaddr = lpfc_cmd->dma_handle; in lpfc_scsi_prep_dma_buf_s3()
1244 physaddr += (sizeof(struct fcp_cmnd) + in lpfc_scsi_prep_dma_buf_s3()
1247 data_bde->addrHigh = putPaddrHigh(physaddr); in lpfc_scsi_prep_dma_buf_s3()
1248 data_bde->addrLow = putPaddrLow(physaddr); in lpfc_scsi_prep_dma_buf_s3()
1875 dma_addr_t physaddr; in lpfc_bg_setup_bpl() local
1952 physaddr = sg_dma_address(sgde); in lpfc_bg_setup_bpl()
1953 bpl->addrLow = le32_to_cpu(putPaddrLow(physaddr)); in lpfc_bg_setup_bpl()
1954 bpl->addrHigh = le32_to_cpu(putPaddrHigh(physaddr)); in lpfc_bg_setup_bpl()
2259 dma_addr_t physaddr; in lpfc_bg_setup_sgl() local
2329 physaddr = sg_dma_address(sgde); in lpfc_bg_setup_sgl()
2331 sgl->addr_lo = cpu_to_le32(putPaddrLow(physaddr)); in lpfc_bg_setup_sgl()
2332 sgl->addr_hi = cpu_to_le32(putPaddrHigh(physaddr)); in lpfc_bg_setup_sgl()
3231 dma_addr_t physaddr; in lpfc_scsi_prep_dma_buf_s4() local
3284 physaddr = sg_dma_address(sgel); in lpfc_scsi_prep_dma_buf_s4()
3286 sgl->addr_lo = cpu_to_le32(putPaddrLow(physaddr)); in lpfc_scsi_prep_dma_buf_s4()
3287 sgl->addr_hi = cpu_to_le32(putPaddrHigh(physaddr)); in lpfc_scsi_prep_dma_buf_s4()