Home
last modified time | relevance | path

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

/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_io.c1589 if (io_req->fcp_resid) in bnx2fc_process_tm_compl()
1590 scsi_set_resid(sc_cmd, io_req->fcp_resid); in bnx2fc_process_tm_compl()
1766 io_req->fcp_resid = 0; in bnx2fc_parse_fcp_rsp()
1769 io_req->fcp_resid = fcp_rsp->fcp_resid; in bnx2fc_parse_fcp_rsp()
1978 io_req->cdb_status, io_req->fcp_resid); in bnx2fc_process_scsi_cmd_compl()
2008 if (io_req->fcp_resid) in bnx2fc_process_scsi_cmd_compl()
2009 scsi_set_resid(sc_cmd, io_req->fcp_resid); in bnx2fc_process_scsi_cmd_compl()
H A D57xx_hsi_bnx2fc.h151 __le32 fcp_resid; member
/linux/drivers/scsi/qedf/
H A Dqedf_hsi.h98 __le32 fcp_resid; member
H A Dqedf_io.c1061 io_req->fcp_resid = 0; in qedf_parse_fcp_rsp()
1064 io_req->fcp_resid = fcp_rsp->fcp_resid; in qedf_parse_fcp_rsp()
1204 io_req->fcp_resid, in qedf_scsi_completion()
1236 io_req->cdb_status, io_req->fcp_resid, in qedf_scsi_completion()
1263 if (io_req->fcp_resid) in qedf_scsi_completion()
1264 scsi_set_resid(sc_cmd, io_req->fcp_resid); in qedf_scsi_completion()
/linux/drivers/scsi/ibmvscsi/
H A Dibmvfc.h436 __be32 fcp_resid; member
H A Dibmvfc.c1864 scsi_set_resid(cmnd, be32_to_cpu(rsp->fcp_resid)); in ibmvfc_scsi_done()
/linux/drivers/net/ethernet/broadcom/
H A Dcnic_defs.h2453 __le32 fcp_resid; member