Home
last modified time | relevance | path

Searched refs:scsi_resid (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/libfc/
H A Dfc_fcp.c567 fsp->xfer_len == fsp->data_len - fsp->scsi_resid) { in fc_fcp_recv_data()
908 fsp->scsi_resid = ntohl(rp_ex->fr_resid); in fc_fcp_resp()
920 fsp->scsi_resid) < fsp->cmd->underflow) in fc_fcp_resp()
922 expected_len -= fsp->scsi_resid; in fc_fcp_resp()
999 fsp->xfer_len < fsp->data_len - fsp->scsi_resid)) { in fc_fcp_complete_locked()
1987 if (fsp->scsi_resid) in fc_io_compl()
1988 libfc_priv(sc_cmd)->resid_len = fsp->scsi_resid; in fc_io_compl()
2021 libfc_priv(sc_cmd)->resid_len = fsp->scsi_resid; in fc_io_compl()
/openbmc/linux/include/scsi/
H A Dlibfc.h332 u32 scsi_resid; member