Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_linkapp.h48 #define LA_ELS_LOGO 0x05 macro
/titanic_50/usr/src/uts/common/sys/fc4/
H A Dfcal_linkapp.h67 #define LA_ELS_LOGO 0x05 macro
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_lv.c1197 case LA_ELS_LOGO: in fcoei_initiate_els_req()
1311 case LA_ELS_LOGO: in fcoei_initiate_els_resp()
1861 els_logo->ls_code.ls_code = LA_ELS_LOGO; in fcoei_logo_peer()
H A Dfcoei_eth.c999 case LA_ELS_LOGO: in fcoei_fill_els_fpkt_resp()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h2083 {LA_ELS_LOGO, "LA_ELS_LOGO"}, \
/titanic_50/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c2616 } else if (els_code == LA_ELS_LOGO) { in sf_login()
6431 (els_code != LA_ELS_LOGO)) {
6658 case LA_ELS_LOGO:
/titanic_50/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c4482 payload.ls_code.ls_code = LA_ELS_LOGO; in fp_logo_init()
5337 payload.ls_code.ls_code = LA_ELS_LOGO; in fp_ns_fini()
10739 if (r_ctl == R_CTL_ELS_REQ && buf->ub_buffer[0] == LA_ELS_LOGO && in fp_unsol_cb()
10986 case LA_ELS_LOGO: in fp_handle_unsol_buf()
11019 if (ls_code == LA_ELS_LOGO) { in fp_handle_unsol_buf()
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c2791 case LA_ELS_LOGO: in ql_els_send()
8604 if ((r_ctl == R_CTL_ELS_REQ) && (ls_code == LA_ELS_LOGO)) { in ql_unsol_callback()
8700 ubp->ub_buffer[0] = LA_ELS_LOGO; in ql_send_logo()