Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/qedf/
Dqedf_els.c912 "er_explan=0x%x.\n", rjt->er_reason, rjt->er_explan); in qedf_rec_compl()
919 if ((rjt->er_reason == ELS_RJT_LOGIC || in qedf_rec_compl()
920 rjt->er_reason == ELS_RJT_UNAB) && in qedf_rec_compl()
/linux-6.1.9/drivers/scsi/libfc/
Dfc_rport.c774 rjt->er_reason, rjt->er_explan); in fc_rport_flogi_resp()
1038 rjt->er_reason, rjt->er_explan); in fc_rport_plogi_resp()
1221 rjt->er_reason, rjt->er_explan); in fc_rport_prli_resp()
1222 if (rjt->er_reason == ELS_RJT_UNAB && in fc_rport_prli_resp()
Dfc_fcp.c1523 switch (rjt->er_reason) { in fc_fcp_rec_resp()
1527 fsp->rport->port_id, rjt->er_reason, in fc_fcp_rec_resp()
1543 fsp->rport->port_id, rjt->er_reason, in fc_fcp_rec_resp()
Dfc_exch.c1879 rjt->er_reason = reason; in fc_seq_ls_rjt()
/linux-6.1.9/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-6.1.9/include/uapi/scsi/fc/
Dfc_els.h174 __u8 er_reason; /* reason (enum fc_els_rjt_reason below) */ member
/linux-6.1.9/drivers/scsi/elx/libefc/
Defc_els.c635 rjt->er_reason = reason_code; in efc_send_ls_rjt()
/linux-6.1.9/drivers/scsi/qla2xxx/
Dqla_os.c4437 ha->elsrej.c->er_reason = ELS_RJT_LOGIC; in qla2x00_mem_alloc()