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()
1877 dma_addr_t physaddr; in lpfc_bg_setup_bpl() local
1956 physaddr = sg_dma_address(sgde); in lpfc_bg_setup_bpl()
1957 bpl->addrLow = le32_to_cpu(putPaddrLow(physaddr)); in lpfc_bg_setup_bpl()
1958 bpl->addrHigh = le32_to_cpu(putPaddrHigh(physaddr)); in lpfc_bg_setup_bpl()
2263 dma_addr_t physaddr; in lpfc_bg_setup_sgl() local
2335 physaddr = sg_dma_address(sgde); in lpfc_bg_setup_sgl()
2337 sgl->addr_lo = cpu_to_le32(putPaddrLow(physaddr)); in lpfc_bg_setup_sgl()
2338 sgl->addr_hi = cpu_to_le32(putPaddrHigh(physaddr)); in lpfc_bg_setup_sgl()
3238 dma_addr_t physaddr; in lpfc_scsi_prep_dma_buf_s4() local
3291 physaddr = sg_dma_address(sgel); in lpfc_scsi_prep_dma_buf_s4()
3293 sgl->addr_lo = cpu_to_le32(putPaddrLow(physaddr)); in lpfc_scsi_prep_dma_buf_s4()
3294 sgl->addr_hi = cpu_to_le32(putPaddrHigh(physaddr)); in lpfc_scsi_prep_dma_buf_s4()