Lines Matching refs:scsi_bufflen
1260 fcp_cmnd->fcpDl = cpu_to_be32(scsi_bufflen(scsi_cmnd)); in lpfc_scsi_prep_dma_buf_s3()
1266 iocb_cmd->un.fcpi.fcpi_parm = scsi_bufflen(scsi_cmnd); in lpfc_scsi_prep_dma_buf_s3()
1318 numblks = (scsi_bufflen(sc) + blksize - 1) / blksize; in lpfc_bg_err_inject()
2671 fcpdl = scsi_bufflen(sc); in lpfc_bg_scsi_adjust_dl()
3332 fcp_cmnd->fcpDl = cpu_to_be32(scsi_bufflen(scsi_cmnd)); in lpfc_scsi_prep_dma_buf_s4()
3338 iocb_cmd->un.fcpi.fcpi_parm = scsi_bufflen(scsi_cmnd); in lpfc_scsi_prep_dma_buf_s4()
3790 scsi_set_resid(cmnd, scsi_bufflen(cmnd)); in lpfc_handle_fcp_err()
3801 (scsi_bufflen(cmnd) - scsi_get_resid(cmnd) in lpfc_handle_fcp_err()
3807 cmnd->cmnd[0], scsi_bufflen(cmnd), in lpfc_handle_fcp_err()
3815 scsi_bufflen(cmnd), scsi_get_resid(cmnd)); in lpfc_handle_fcp_err()
3840 scsi_set_resid(cmnd, scsi_bufflen(cmnd)); in lpfc_handle_fcp_err()
4204 fcpdl = scsi_bufflen(scsi_cmnd); in lpfc_scsi_prep_cmnd()