Home
last modified time | relevance | path

Searched refs:LA_ELS_RJT (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_linkapp.h44 #define LA_ELS_RJT 0x01 macro
/titanic_50/usr/src/uts/common/sys/fc4/
H A Dfcal_linkapp.h63 #define LA_ELS_RJT 0x01 macro
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_lv.c1703 if (els_adisc->ls_code.ls_code == LA_ELS_RJT) { in fcoei_fill_els_adisc_resp()
1742 if (els_code->ls_code == LA_ELS_RJT) { in fcoei_fill_els_logi_resp()
1768 if (els_code->ls_code == LA_ELS_RJT) { in fcoei_fill_els_prli_resp()
1794 if (els_code->ls_code == LA_ELS_RJT) { in fcoei_fill_els_logo_resp()
H A Dfcoei_eth.c710 LA_ELS_RJT) { in fcoei_process_sol_els_rsp()
855 if (els_code->ls_code == LA_ELS_RJT) { in fcoei_fill_els_fpkt_resp()
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c2777 case LA_ELS_RJT: in ql_els_send()
2835 rjt.ls_code.ls_code = LA_ELS_RJT; in ql_els_send()
4995 acc.ls_code.ls_code = LA_ELS_RJT; in ql_els_plogi()
5019 acc.ls_code.ls_code = LA_ELS_RJT; in ql_els_plogi()
5277 acc.ls_code.ls_code = LA_ELS_RJT; in ql_els_flogi()
5299 acc.ls_code.ls_code = LA_ELS_RJT; in ql_els_flogi()
5380 acc.ls_code.ls_code = LA_ELS_RJT; in ql_els_logo()
5462 rjt.ls_code.ls_code = LA_ELS_RJT; in ql_els_prli()
5641 acc.ls_code.ls_code = LA_ELS_RJT; in ql_els_adisc()
5736 rjt.ls_code.ls_code = LA_ELS_RJT; in ql_els_linit()
[all …]
H A Dql_isr.c3259 rjt.ls_code.ls_code = LA_ELS_RJT; in ql_els_passthru_entry()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h2077 {LA_ELS_RJT, "LA_ELS_RJT"}, \
/titanic_50/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c2897 if (ptr->ls_code == LA_ELS_RJT) in sf_els_callback()
6702 rsp->ls_code = LA_ELS_RJT; /* reject this ELS */
6710 privp->els_code = LA_ELS_RJT;
/titanic_50/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c2031 if (lsrjt->ls_code.ls_code == LA_ELS_RJT) { in fc_fca_update_errors()
H A Dfp.c11215 payload.ls_code.ls_code = LA_ELS_RJT; in fp_els_rjt_init()
/titanic_50/usr/src/uts/sun/io/
H A Dsocal.c4359 rsp->ls_code = LA_ELS_RJT; in socal_issue_rls()