• Home
  • Raw
  • Download

Lines Matching refs:physaddr

1298 	dma_addr_t physaddr;  in lpfc_scsi_prep_dma_buf_s3()  local
1344 physaddr = sg_dma_address(sgel); in lpfc_scsi_prep_dma_buf_s3()
1351 data_bde->addrLow = putPaddrLow(physaddr); in lpfc_scsi_prep_dma_buf_s3()
1352 data_bde->addrHigh = putPaddrHigh(physaddr); in lpfc_scsi_prep_dma_buf_s3()
1359 le32_to_cpu(putPaddrLow(physaddr)); in lpfc_scsi_prep_dma_buf_s3()
1361 le32_to_cpu(putPaddrHigh(physaddr)); in lpfc_scsi_prep_dma_buf_s3()
1382 physaddr = lpfc_cmd->dma_handle; in lpfc_scsi_prep_dma_buf_s3()
1386 physaddr += (sizeof(struct fcp_cmnd) + in lpfc_scsi_prep_dma_buf_s3()
1389 data_bde->addrHigh = putPaddrHigh(physaddr); in lpfc_scsi_prep_dma_buf_s3()
1390 data_bde->addrLow = putPaddrLow(physaddr); in lpfc_scsi_prep_dma_buf_s3()
2027 dma_addr_t physaddr; in lpfc_bg_setup_bpl() local
2106 physaddr = sg_dma_address(sgde); in lpfc_bg_setup_bpl()
2107 bpl->addrLow = le32_to_cpu(putPaddrLow(physaddr)); in lpfc_bg_setup_bpl()
2108 bpl->addrHigh = le32_to_cpu(putPaddrHigh(physaddr)); in lpfc_bg_setup_bpl()
2413 dma_addr_t physaddr; in lpfc_bg_setup_sgl() local
2485 physaddr = sg_dma_address(sgde); in lpfc_bg_setup_sgl()
2487 sgl->addr_lo = cpu_to_le32(putPaddrLow(physaddr)); in lpfc_bg_setup_sgl()
2488 sgl->addr_hi = cpu_to_le32(putPaddrHigh(physaddr)); in lpfc_bg_setup_sgl()
3387 dma_addr_t physaddr; in lpfc_scsi_prep_dma_buf_s4() local
3440 physaddr = sg_dma_address(sgel); in lpfc_scsi_prep_dma_buf_s4()
3442 sgl->addr_lo = cpu_to_le32(putPaddrLow(physaddr)); in lpfc_scsi_prep_dma_buf_s4()
3443 sgl->addr_hi = cpu_to_le32(putPaddrHigh(physaddr)); in lpfc_scsi_prep_dma_buf_s4()