Home
last modified time | relevance | path

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

/linux/drivers/scsi/qedf/
H A Dqedf_io.c1088 io_req->fcp_rsp_code = rsp_info[3]; in qedf_parse_fcp_rsp()
1090 "fcp_rsp_code = %d\n", io_req->fcp_rsp_code); in qedf_parse_fcp_rsp()
1193 if (io_req->fcp_rsp_len > 3 && io_req->fcp_rsp_code) { in qedf_scsi_completion()
1197 io_req->fcp_rsp_code); in qedf_scsi_completion()
2373 if (io_req->fcp_rsp_code == 0) in qedf_execute_tmf()
/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc.h463 u8 fcp_rsp_code; member
H A Dbnx2fc_io.c1566 if (io_req->fcp_rsp_code == 0) { in bnx2fc_process_tm_compl()
1811 io_req->fcp_rsp_code = rq_data[3]; in bnx2fc_parse_fcp_rsp()
1813 io_req->fcp_rsp_code); in bnx2fc_parse_fcp_rsp()