Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/qedf/
Dqedf_els.c892 "er_explan=0x%x.\n", rjt->er_reason, rjt->er_explan); in qedf_rec_compl()
899 if ((rjt->er_reason == ELS_RJT_LOGIC || in qedf_rec_compl()
900 rjt->er_reason == ELS_RJT_UNAB) && in qedf_rec_compl()
/Linux-v5.4/include/uapi/scsi/fc/
Dfc_els.h167 __u8 er_reason; /* reason (enum fc_els_rjt_reason below) */ member
/Linux-v5.4/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-v5.4/drivers/scsi/libfc/
Dfc_fcp.c1532 switch (rjt->er_reason) { in fc_fcp_rec_resp()
1536 fsp->rport->port_id, rjt->er_reason, in fc_fcp_rec_resp()
1552 fsp->rport->port_id, rjt->er_reason, in fc_fcp_rec_resp()
Dfc_rport.c769 rjt->er_reason, rjt->er_explan); in fc_rport_flogi_resp()
1033 rjt->er_reason, rjt->er_explan); in fc_rport_plogi_resp()
1213 rjt->er_reason, rjt->er_explan); in fc_rport_prli_resp()
Dfc_exch.c1869 rjt->er_reason = reason; in fc_seq_ls_rjt()