Searched refs:fcp_rsp_code (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qedf/ |
H A D | qedf_io.c | 1088 /* fetch fcp_rsp_code */ in qedf_parse_fcp_rsp() 1091 io_req->fcp_rsp_code = rsp_info[3]; in qedf_parse_fcp_rsp() 1093 "fcp_rsp_code = %d\n", io_req->fcp_rsp_code); in qedf_parse_fcp_rsp() 1202 if (io_req->fcp_rsp_len > 3 && io_req->fcp_rsp_code) { in qedf_scsi_completion() 1205 "fcp_rsp_code=%d.\n", io_req->xid, io_req->fcp_rsp_len, in qedf_scsi_completion() 1206 io_req->fcp_rsp_code); in qedf_scsi_completion() 2399 if (io_req->fcp_rsp_code == 0) in qedf_execute_tmf()
|
H A D | qedf.h | 164 u8 fcp_rsp_code; member
|
/kernel/linux/linux-6.6/drivers/scsi/qedf/ |
H A D | qedf_io.c | 1081 /* fetch fcp_rsp_code */ in qedf_parse_fcp_rsp() 1084 io_req->fcp_rsp_code = rsp_info[3]; in qedf_parse_fcp_rsp() 1086 "fcp_rsp_code = %d\n", io_req->fcp_rsp_code); in qedf_parse_fcp_rsp() 1189 if (io_req->fcp_rsp_len > 3 && io_req->fcp_rsp_code) { in qedf_scsi_completion() 1192 "fcp_rsp_code=%d.\n", io_req->xid, io_req->fcp_rsp_len, in qedf_scsi_completion() 1193 io_req->fcp_rsp_code); in qedf_scsi_completion() 2379 if (io_req->fcp_rsp_code == 0) in qedf_execute_tmf()
|
H A D | qedf.h | 160 u8 fcp_rsp_code; member
|
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_io.c | 1564 if (io_req->fcp_rsp_code == 0) { in bnx2fc_process_tm_compl() 1811 /* fetch fcp_rsp_code */ in bnx2fc_parse_fcp_rsp() 1814 io_req->fcp_rsp_code = rq_data[3]; in bnx2fc_parse_fcp_rsp() 1815 BNX2FC_IO_DBG(io_req, "fcp_rsp_code = %d\n", in bnx2fc_parse_fcp_rsp() 1816 io_req->fcp_rsp_code); in bnx2fc_parse_fcp_rsp()
|
H A D | bnx2fc.h | 471 u8 fcp_rsp_code; member
|
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_io.c | 1562 if (io_req->fcp_rsp_code == 0) { in bnx2fc_process_tm_compl() 1808 /* fetch fcp_rsp_code */ in bnx2fc_parse_fcp_rsp() 1811 io_req->fcp_rsp_code = rq_data[3]; in bnx2fc_parse_fcp_rsp() 1812 BNX2FC_IO_DBG(io_req, "fcp_rsp_code = %d\n", in bnx2fc_parse_fcp_rsp() 1813 io_req->fcp_rsp_code); in bnx2fc_parse_fcp_rsp()
|
H A D | bnx2fc.h | 468 u8 fcp_rsp_code; member
|
Completed in 17 milliseconds