Home
last modified time | relevance | path

Searched refs:er_reason (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/scsi/qedf/
Dqedf_els.c841 "er_explan=0x%x.\n", rjt->er_reason, rjt->er_explan); in qedf_rec_compl()
848 if ((rjt->er_reason == ELS_RJT_LOGIC || in qedf_rec_compl()
849 rjt->er_reason == ELS_RJT_UNAB) && in qedf_rec_compl()
/Linux-v4.19/include/uapi/scsi/fc/
Dfc_els.h178 __u8 er_reason; /* reason (enum fc_els_rjt_reason below) */ member
/Linux-v4.19/drivers/scsi/bnx2fc/
Dbnx2fc_els.c477 if ((rjt->er_reason == ELS_RJT_LOGIC || in bnx2fc_rec_compl()
478 rjt->er_reason == ELS_RJT_UNAB) && in bnx2fc_rec_compl()
/Linux-v4.19/drivers/scsi/libfc/
Dfc_fcp.c1544 switch (rjt->er_reason) { in fc_fcp_rec_resp()
1548 fsp->rport->port_id, rjt->er_reason, in fc_fcp_rec_resp()
1564 fsp->rport->port_id, rjt->er_reason, in fc_fcp_rec_resp()
Dfc_rport.c779 rjt->er_reason, rjt->er_explan); in fc_rport_flogi_resp()
1042 rjt->er_reason, rjt->er_explan); in fc_rport_plogi_resp()
1215 rjt->er_reason, rjt->er_explan); in fc_rport_prli_resp()
Dfc_exch.c1881 rjt->er_reason = reason; in fc_seq_ls_rjt()