Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_scsi.c394 dma_addr_t pdma_phys_fcp_rsp; in lpfc_new_scsi_buf_s3() local
445 pdma_phys_fcp_rsp = psb->dma_handle + sizeof(struct fcp_cmnd); in lpfc_new_scsi_buf_s3()
461 bpl[1].addrHigh = le32_to_cpu(putPaddrHigh(pdma_phys_fcp_rsp)); in lpfc_new_scsi_buf_s3()
462 bpl[1].addrLow = le32_to_cpu(putPaddrLow(pdma_phys_fcp_rsp)); in lpfc_new_scsi_buf_s3()
489 putPaddrLow(pdma_phys_fcp_rsp); in lpfc_new_scsi_buf_s3()
491 putPaddrHigh(pdma_phys_fcp_rsp); in lpfc_new_scsi_buf_s3()
802 dma_addr_t pdma_phys_fcp_rsp; in lpfc_new_scsi_buf_s4() local
886 pdma_phys_fcp_rsp = pdma_phys_fcp_cmd + sizeof(struct fcp_cmnd); in lpfc_new_scsi_buf_s4()
902 sgl->addr_hi = cpu_to_le32(putPaddrHigh(pdma_phys_fcp_rsp)); in lpfc_new_scsi_buf_s4()
903 sgl->addr_lo = cpu_to_le32(putPaddrLow(pdma_phys_fcp_rsp)); in lpfc_new_scsi_buf_s4()