Searched refs:scsi_resid (Results 1 – 2 of 2) sorted by relevance
572 fsp->xfer_len == fsp->data_len - fsp->scsi_resid) { in fc_fcp_recv_data()913 fsp->scsi_resid = ntohl(rp_ex->fr_resid); in fc_fcp_resp()925 fsp->scsi_resid) < fsp->cmd->underflow) in fc_fcp_resp()927 expected_len -= fsp->scsi_resid; in fc_fcp_resp()1004 fsp->xfer_len < fsp->data_len - fsp->scsi_resid)) { in fc_fcp_complete_locked()1994 if (fsp->scsi_resid) in fc_io_compl()1995 CMD_RESID_LEN(sc_cmd) = fsp->scsi_resid; in fc_io_compl()2028 CMD_RESID_LEN(sc_cmd) = fsp->scsi_resid; in fc_io_compl()
332 u32 scsi_resid; member