Lines Matching refs:fcpdl
2481 int fcpdl; in lpfc_bg_scsi_adjust_dl() local
2483 fcpdl = scsi_bufflen(sc); in lpfc_bg_scsi_adjust_dl()
2489 return fcpdl; in lpfc_bg_scsi_adjust_dl()
2494 return fcpdl; in lpfc_bg_scsi_adjust_dl()
2502 fcpdl += (fcpdl / lpfc_cmd_blksize(sc)) * 8; in lpfc_bg_scsi_adjust_dl()
2504 return fcpdl; in lpfc_bg_scsi_adjust_dl()
2530 int fcpdl; in lpfc_bg_scsi_prep_dma_buf_s3() local
2640 fcpdl = lpfc_bg_scsi_adjust_dl(phba, lpfc_cmd); in lpfc_bg_scsi_prep_dma_buf_s3()
2641 fcp_cmnd->fcpDl = be32_to_cpu(fcpdl); in lpfc_bg_scsi_prep_dma_buf_s3()
2647 iocb_cmd->un.fcpi.fcpi_parm = fcpdl; in lpfc_bg_scsi_prep_dma_buf_s3()
2654 (fcpdl < vport->cfg_first_burst_size)) in lpfc_bg_scsi_prep_dma_buf_s3()
2655 iocb_cmd->un.fcpi.fcpi_XRdy = fcpdl; in lpfc_bg_scsi_prep_dma_buf_s3()
3269 int fcpdl; in lpfc_bg_scsi_prep_dma_buf_s4() local
3394 fcpdl = lpfc_bg_scsi_adjust_dl(phba, lpfc_cmd); in lpfc_bg_scsi_prep_dma_buf_s4()
3395 fcp_cmnd->fcpDl = be32_to_cpu(fcpdl); in lpfc_bg_scsi_prep_dma_buf_s4()
3401 iocb_cmd->un.fcpi.fcpi_parm = fcpdl; in lpfc_bg_scsi_prep_dma_buf_s4()
3408 (fcpdl < vport->cfg_first_burst_size)) in lpfc_bg_scsi_prep_dma_buf_s4()
3409 iocb_cmd->un.fcpi.fcpi_XRdy = fcpdl; in lpfc_bg_scsi_prep_dma_buf_s4()
4096 uint32_t fcpdl; in lpfc_scsi_prep_cmnd() local
4135 fcpdl = scsi_bufflen(scsi_cmnd); in lpfc_scsi_prep_cmnd()
4136 if (fcpdl < vport->cfg_first_burst_size) in lpfc_scsi_prep_cmnd()
4137 piocbq->iocb.un.fcpi.fcpi_XRdy = fcpdl; in lpfc_scsi_prep_cmnd()