/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_io.c | 1588 if (io_req->fcp_resid) in bnx2fc_process_tm_compl() 1589 scsi_set_resid(sc_cmd, io_req->fcp_resid); in bnx2fc_process_tm_compl() 1770 io_req->fcp_resid = 0; in bnx2fc_parse_fcp_rsp() 1773 io_req->fcp_resid = fcp_rsp->fcp_resid; in bnx2fc_parse_fcp_rsp() 1982 " fcp_resid = 0x%x\n", in bnx2fc_process_scsi_cmd_compl() 1983 io_req->cdb_status, io_req->fcp_resid); in bnx2fc_process_scsi_cmd_compl() 2013 if (io_req->fcp_resid) in bnx2fc_process_scsi_cmd_compl() 2014 scsi_set_resid(sc_cmd, io_req->fcp_resid); in bnx2fc_process_scsi_cmd_compl()
|
H A D | 57xx_hsi_bnx2fc.h | 151 __le32 fcp_resid; member
|
H A D | bnx2fc.h | 466 u32 fcp_resid; member
|
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_io.c | 1586 if (io_req->fcp_resid) in bnx2fc_process_tm_compl() 1587 scsi_set_resid(sc_cmd, io_req->fcp_resid); in bnx2fc_process_tm_compl() 1768 io_req->fcp_resid = 0; in bnx2fc_parse_fcp_rsp() 1771 io_req->fcp_resid = fcp_rsp->fcp_resid; in bnx2fc_parse_fcp_rsp() 1979 " fcp_resid = 0x%x\n", in bnx2fc_process_scsi_cmd_compl() 1980 io_req->cdb_status, io_req->fcp_resid); in bnx2fc_process_scsi_cmd_compl() 2010 if (io_req->fcp_resid) in bnx2fc_process_scsi_cmd_compl() 2011 scsi_set_resid(sc_cmd, io_req->fcp_resid); in bnx2fc_process_scsi_cmd_compl()
|
H A D | 57xx_hsi_bnx2fc.h | 151 __le32 fcp_resid; member
|
H A D | bnx2fc.h | 463 u32 fcp_resid; member
|
/kernel/linux/linux-5.10/drivers/scsi/qedf/ |
H A D | qedf_hsi.h | 98 __le32 fcp_resid; member
|
H A D | qedf_io.c | 1067 io_req->fcp_resid = 0; in qedf_parse_fcp_rsp() 1070 io_req->fcp_resid = fcp_rsp->fcp_resid; in qedf_parse_fcp_rsp() 1215 "Firmware detected underrun: xid=0x%x fcp_rsp.flags=0x%02x fcp_resid=%d fw_residual=0x%x lba=%02x%02x%02x%02x.\n", in qedf_scsi_completion() 1217 io_req->fcp_resid, in qedf_scsi_completion() 1244 "fcp_resid=0x%x refcount=%d.\n", in qedf_scsi_completion() 1249 io_req->cdb_status, io_req->fcp_resid, in qedf_scsi_completion() 1276 if (io_req->fcp_resid) in qedf_scsi_completion() 1277 scsi_set_resid(sc_cmd, io_req->fcp_resid); in qedf_scsi_completion()
|
H A D | qedf.h | 159 u32 fcp_resid; member
|
/kernel/linux/linux-6.6/drivers/scsi/qedf/ |
H A D | qedf_hsi.h | 98 __le32 fcp_resid; member
|
H A D | qedf_io.c | 1061 io_req->fcp_resid = 0; in qedf_parse_fcp_rsp() 1064 io_req->fcp_resid = fcp_rsp->fcp_resid; in qedf_parse_fcp_rsp() 1202 "Firmware detected underrun: xid=0x%x fcp_rsp.flags=0x%02x fcp_resid=%d fw_residual=0x%x lba=%02x%02x%02x%02x.\n", in qedf_scsi_completion() 1204 io_req->fcp_resid, in qedf_scsi_completion() 1231 "fcp_resid=0x%x refcount=%d.\n", 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()
|
H A D | qedf.h | 155 u32 fcp_resid; member
|
/kernel/linux/linux-5.10/drivers/scsi/ibmvscsi/ |
H A D | ibmvfc.h | 418 __be32 fcp_resid; member
|
H A D | ibmvfc.c | 1587 scsi_set_resid(cmnd, be32_to_cpu(rsp->fcp_resid)); in ibmvfc_scsi_done()
|
/kernel/linux/linux-6.6/drivers/scsi/ibmvscsi/ |
H A D | ibmvfc.h | 433 __be32 fcp_resid; member
|
H A D | ibmvfc.c | 1832 scsi_set_resid(cmnd, be32_to_cpu(rsp->fcp_resid)); in ibmvfc_scsi_done()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | cnic_defs.h | 2453 __le32 fcp_resid; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | cnic_defs.h | 2453 __le32 fcp_resid; member
|