Searched refs:scsi_resid (Results 1 – 2 of 2) sorted by relevance
583 fsp->xfer_len == fsp->data_len - fsp->scsi_resid) { in fc_fcp_recv_data()924 fsp->scsi_resid = ntohl(rp_ex->fr_resid); in fc_fcp_resp()936 fsp->scsi_resid) < fsp->cmd->underflow) in fc_fcp_resp()938 expected_len -= fsp->scsi_resid; in fc_fcp_resp()1015 fsp->xfer_len < fsp->data_len - fsp->scsi_resid)) { in fc_fcp_complete_locked()2006 if (fsp->scsi_resid) in fc_io_compl()2007 CMD_RESID_LEN(sc_cmd) = fsp->scsi_resid; in fc_io_compl()2040 CMD_RESID_LEN(sc_cmd) = fsp->scsi_resid; in fc_io_compl()
344 u32 scsi_resid; member