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()
1316 numblks = (scsi_bufflen(sc) + blksize - 1) / blksize; in lpfc_bg_err_inject()
2665 fcpdl = scsi_bufflen(sc); in lpfc_bg_scsi_adjust_dl()
3325 fcp_cmnd->fcpDl = cpu_to_be32(scsi_bufflen(scsi_cmnd)); in lpfc_scsi_prep_dma_buf_s4()
3331 iocb_cmd->un.fcpi.fcpi_parm = scsi_bufflen(scsi_cmnd); in lpfc_scsi_prep_dma_buf_s4()
3783 scsi_set_resid(cmnd, scsi_bufflen(cmnd)); in lpfc_handle_fcp_err()
3794 (scsi_bufflen(cmnd) - scsi_get_resid(cmnd) in lpfc_handle_fcp_err()
3800 cmnd->cmnd[0], scsi_bufflen(cmnd), in lpfc_handle_fcp_err()
3808 scsi_bufflen(cmnd), scsi_get_resid(cmnd)); in lpfc_handle_fcp_err()
3833 scsi_set_resid(cmnd, scsi_bufflen(cmnd)); in lpfc_handle_fcp_err()
4235 fcpdl = scsi_bufflen(scsi_cmnd); in lpfc_scsi_prep_cmnd()