Searched refs:fr_resid (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/scsi/fc/
H A Dfc_fcp.h132 __be32 fr_resid; /* Residual value */ member in struct:fcp_resp_ext
/linux-master/drivers/s390/scsi/
H A Dzfcp_fc.h304 resid = be32_to_cpu(fcp_rsp->ext.fr_resid);
/linux-master/drivers/scsi/elx/efct/
H A Defct_unsol.c328 *((u32 *)&fcprsp.ext.fr_resid) = be32_to_cpu(fcpcmd->fc_dl);
H A Defct_scsi.c805 fcprsp->ext.fr_resid = cpu_to_be32(residual);
808 fcprsp->ext.fr_resid = cpu_to_be32(-residual);
/linux-master/drivers/target/tcm_fc/
H A Dtfc_cmd.c142 fcp->ext.fr_resid = cpu_to_be32(se_cmd->residual_count);
/linux-master/drivers/scsi/libfc/
H A Dfc_fcp.c905 if (plen < sizeof(*fc_rp) + sizeof(rp_ex->fr_resid))
908 fsp->scsi_resid = ntohl(rp_ex->fr_resid);
/linux-master/drivers/scsi/csiostor/
H A Dcsio_scsi.c1615 be32_to_cpu(fcp_resp->ext.fr_resid));

Completed in 161 milliseconds