Searched refs:scsi_resid (Results 1 – 2 of 2) sorted by relevance
539 fsp->xfer_len == fsp->data_len - fsp->scsi_resid) in fc_fcp_recv_data()880 fsp->scsi_resid = ntohl(rp_ex->fr_resid); in fc_fcp_resp()892 fsp->scsi_resid) < fsp->cmd->underflow) in fc_fcp_resp()894 expected_len -= fsp->scsi_resid; in fc_fcp_resp()962 fsp->xfer_len < fsp->data_len - fsp->scsi_resid)) in fc_fcp_complete_locked()1936 if (fsp->scsi_resid) in fc_io_compl()1937 CMD_RESID_LEN(sc_cmd) = fsp->scsi_resid; in fc_io_compl()1970 CMD_RESID_LEN(sc_cmd) = fsp->scsi_resid; in fc_io_compl()
338 u32 scsi_resid; member