Searched refs:scsi_resid (Results 1 – 2 of 2) sorted by relevance
528 fsp->xfer_len == fsp->data_len - fsp->scsi_resid) in fc_fcp_recv_data()870 fsp->scsi_resid = ntohl(rp_ex->fr_resid); in fc_fcp_resp()882 fsp->scsi_resid) < fsp->cmd->underflow) in fc_fcp_resp()884 expected_len -= fsp->scsi_resid; in fc_fcp_resp()950 fsp->xfer_len < fsp->data_len - fsp->scsi_resid)) { in fc_fcp_complete_locked()1931 if (fsp->scsi_resid) in fc_io_compl()1932 CMD_RESID_LEN(sc_cmd) = fsp->scsi_resid; in fc_io_compl()1965 CMD_RESID_LEN(sc_cmd) = fsp->scsi_resid; in fc_io_compl()
341 u32 scsi_resid; member