Home
last modified time | relevance | path

Searched refs:fr_resid (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/scsi/fc/
Dfc_fcp.h144 __be32 fr_resid; /* Residual value */ member
/Linux-v4.19/drivers/s390/scsi/
Dzfcp_fc.h288 resid = be32_to_cpu(fcp_rsp->ext.fr_resid); in zfcp_fc_eval_fcp_rsp()
/Linux-v4.19/drivers/target/tcm_fc/
Dtfc_cmd.c155 fcp->ext.fr_resid = cpu_to_be32(se_cmd->residual_count); in ft_queue_status()
/Linux-v4.19/drivers/scsi/libfc/
Dfc_fcp.c921 if (plen < sizeof(*fc_rp) + sizeof(rp_ex->fr_resid)) in fc_fcp_resp()
924 fsp->scsi_resid = ntohl(rp_ex->fr_resid); in fc_fcp_resp()
/Linux-v4.19/drivers/scsi/csiostor/
Dcsio_scsi.c1611 be32_to_cpu(fcp_resp->ext.fr_resid)); in csio_scsi_err_handler()