Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_linkapp.h45 #define LA_ELS_ACC 0x02 macro
/titanic_44/usr/src/uts/common/sys/fc4/
H A Dfcal_linkapp.h64 #define LA_ELS_ACC 0x02 macro
/titanic_44/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c4983 ls_code.ls_code = LA_ELS_ACC; in fp_plogi_group()
5889 ASSERT(resp.ls_code == LA_ELS_ACC); in fp_flogi_intr()
5890 if (resp.ls_code != LA_ELS_ACC) { in fp_flogi_intr()
6134 ASSERT(resp.ls_code == LA_ELS_ACC); in fp_plogi_intr()
6135 if (resp.ls_code != LA_ELS_ACC) { in fp_plogi_intr()
6553 if (resp.ls_code == LA_ELS_ACC) { in fp_adisc_intr()
6785 ASSERT(resp.ls_code == LA_ELS_ACC); in fp_logo_intr()
6786 if (resp.ls_code != LA_ELS_ACC) { in fp_logo_intr()
6823 if (pkt->pkt_state != FC_PKT_SUCCESS || resp.ls_code != LA_ELS_ACC) { in fp_rnid_intr()
6863 if (FP_IS_PKT_ERROR(pkt) || resp.ls_code != LA_ELS_ACC) { in fp_rls_intr()
[all …]
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c2778 case LA_ELS_ACC: in ql_els_send()
4973 acc.ls_code.ls_code = LA_ELS_ACC; in ql_els_plogi()
5247 acc.ls_code.ls_code = LA_ELS_ACC; in ql_els_flogi()
5375 acc.ls_code.ls_code = LA_ELS_ACC; in ql_els_logo()
5441 acc.ls_code = LA_ELS_ACC; in ql_els_prli()
5510 acc.ls_code = LA_ELS_ACC; in ql_els_prlo()
5628 acc.ls_code.ls_code = LA_ELS_ACC; in ql_els_adisc()
5972 acc.scr_acc = LA_ELS_ACC; in ql_els_scr()
6031 acc.scr_acc = LA_ELS_ACC; in ql_els_rscn()
6084 acc.ls_code.ls_code = LA_ELS_ACC; in ql_els_farp_req()
[all …]
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h2078 {LA_ELS_ACC, "LA_ELS_ACC"}, \
/titanic_44/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c2730 (ptr->ls_code == LA_ELS_ACC)) { in sf_els_callback()
6706 ((struct la_els_logi *)privp->rsp)->ls_code = LA_ELS_ACC;
/titanic_44/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c5637 prli.ls_code = LA_ELS_ACC; in fcp_unsol_prli()
6223 prli_acc = (prli_s.ls_code == LA_ELS_ACC); in fcp_icmd_callback()
6233 ((resp.ls_code == LA_ELS_ACC) || prli_acc)) { in fcp_icmd_callback()
H A Dfcip.c6491 logi_resp.ls_code != LA_ELS_ACC) { in fcip_ipkt_callback()