Home
last modified time | relevance | path

Searched refs:fcp_rsp_code (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/qedf/
H A Dqedf_io.c1091 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()
1206 io_req->fcp_rsp_code); in qedf_scsi_completion()
2393 if (io_req->fcp_rsp_code == 0) in qedf_execute_tmf()
H A Dqedf.h164 u8 fcp_rsp_code; member
/OK3568_Linux_fs/kernel/drivers/scsi/bnx2fc/
H A Dbnx2fc.h471 u8 fcp_rsp_code; member
H A Dbnx2fc_io.c1564 if (io_req->fcp_rsp_code == 0) { in bnx2fc_process_tm_compl()
1814 io_req->fcp_rsp_code = rq_data[3]; in bnx2fc_parse_fcp_rsp()
1816 io_req->fcp_rsp_code); in bnx2fc_parse_fcp_rsp()