fcpdl            2479 drivers/scsi/lpfc/lpfc_scsi.c 	int fcpdl;
fcpdl            2481 drivers/scsi/lpfc/lpfc_scsi.c 	fcpdl = scsi_bufflen(sc);
fcpdl            2487 drivers/scsi/lpfc/lpfc_scsi.c 			return fcpdl;
fcpdl            2492 drivers/scsi/lpfc/lpfc_scsi.c 			return fcpdl;
fcpdl            2500 drivers/scsi/lpfc/lpfc_scsi.c 	fcpdl += (fcpdl / lpfc_cmd_blksize(sc)) * 8;
fcpdl            2502 drivers/scsi/lpfc/lpfc_scsi.c 	return fcpdl;
fcpdl            2528 drivers/scsi/lpfc/lpfc_scsi.c 	int fcpdl;
fcpdl            2638 drivers/scsi/lpfc/lpfc_scsi.c 	fcpdl = lpfc_bg_scsi_adjust_dl(phba, lpfc_cmd);
fcpdl            2639 drivers/scsi/lpfc/lpfc_scsi.c 	fcp_cmnd->fcpDl = be32_to_cpu(fcpdl);
fcpdl            2645 drivers/scsi/lpfc/lpfc_scsi.c 	iocb_cmd->un.fcpi.fcpi_parm = fcpdl;
fcpdl            2652 drivers/scsi/lpfc/lpfc_scsi.c 	    (fcpdl < vport->cfg_first_burst_size))
fcpdl            2653 drivers/scsi/lpfc/lpfc_scsi.c 		iocb_cmd->un.fcpi.fcpi_XRdy = fcpdl;
fcpdl            3266 drivers/scsi/lpfc/lpfc_scsi.c 	int fcpdl;
fcpdl            3391 drivers/scsi/lpfc/lpfc_scsi.c 	fcpdl = lpfc_bg_scsi_adjust_dl(phba, lpfc_cmd);
fcpdl            3392 drivers/scsi/lpfc/lpfc_scsi.c 	fcp_cmnd->fcpDl = be32_to_cpu(fcpdl);
fcpdl            3398 drivers/scsi/lpfc/lpfc_scsi.c 	iocb_cmd->un.fcpi.fcpi_parm = fcpdl;
fcpdl            3405 drivers/scsi/lpfc/lpfc_scsi.c 	    (fcpdl < vport->cfg_first_burst_size))
fcpdl            3406 drivers/scsi/lpfc/lpfc_scsi.c 		iocb_cmd->un.fcpi.fcpi_XRdy = fcpdl;
fcpdl            4091 drivers/scsi/lpfc/lpfc_scsi.c 	uint32_t fcpdl;
fcpdl            4130 drivers/scsi/lpfc/lpfc_scsi.c 				fcpdl = scsi_bufflen(scsi_cmnd);
fcpdl            4131 drivers/scsi/lpfc/lpfc_scsi.c 				if (fcpdl < vport->cfg_first_burst_size)
fcpdl            4132 drivers/scsi/lpfc/lpfc_scsi.c 					piocbq->iocb.un.fcpi.fcpi_XRdy = fcpdl;