Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_scsi.c390 dma_addr_t pdma_phys_fcp_cmd; in lpfc_new_scsi_buf_s3() local
443 pdma_phys_fcp_cmd = psb->dma_handle; in lpfc_new_scsi_buf_s3()
453 bpl[0].addrHigh = le32_to_cpu(putPaddrHigh(pdma_phys_fcp_cmd)); in lpfc_new_scsi_buf_s3()
454 bpl[0].addrLow = le32_to_cpu(putPaddrLow(pdma_phys_fcp_cmd)); in lpfc_new_scsi_buf_s3()
796 dma_addr_t pdma_phys_fcp_cmd; in lpfc_new_scsi_buf_s4() local
876 pdma_phys_fcp_cmd = (psb->dma_handle + sgl_size); in lpfc_new_scsi_buf_s4()
877 pdma_phys_fcp_rsp = pdma_phys_fcp_cmd + sizeof(struct fcp_cmnd); in lpfc_new_scsi_buf_s4()
884 sgl->addr_hi = cpu_to_le32(putPaddrHigh(pdma_phys_fcp_cmd)); in lpfc_new_scsi_buf_s4()
885 sgl->addr_lo = cpu_to_le32(putPaddrLow(pdma_phys_fcp_cmd)); in lpfc_new_scsi_buf_s4()
912 iocb->un.fcpi64.bdl.addrLow = putPaddrLow(pdma_phys_fcp_cmd); in lpfc_new_scsi_buf_s4()
[all …]