Home
last modified time | relevance | path

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

/linux/include/scsi/fc/
A Dfc_fcp.h132 __be32 fr_resid; /* Residual value */ member
/linux/drivers/s390/scsi/
A Dzfcp_fc.h302 resid = be32_to_cpu(fcp_rsp->ext.fr_resid); in zfcp_fc_eval_fcp_rsp()
/linux/drivers/scsi/elx/efct/
A Defct_scsi.c805 fcprsp->ext.fr_resid = cpu_to_be32(residual); in efct_scsi_send_resp()
808 fcprsp->ext.fr_resid = cpu_to_be32(-residual); in efct_scsi_send_resp()
A Defct_unsol.c328 *((u32 *)&fcprsp.ext.fr_resid) = be32_to_cpu(fcpcmd->fc_dl); in efct_sframe_send_task_set_full_or_busy()
/linux/drivers/target/tcm_fc/
A Dtfc_cmd.c142 fcp->ext.fr_resid = cpu_to_be32(se_cmd->residual_count); in ft_queue_status()
/linux/drivers/scsi/libfc/
A Dfc_fcp.c910 if (plen < sizeof(*fc_rp) + sizeof(rp_ex->fr_resid)) in fc_fcp_resp()
913 fsp->scsi_resid = ntohl(rp_ex->fr_resid); in fc_fcp_resp()
/linux/drivers/scsi/csiostor/
A Dcsio_scsi.c1615 be32_to_cpu(fcp_resp->ext.fr_resid)); in csio_scsi_err_handler()

Completed in 17 milliseconds