Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_linkapp.h48 #define LA_ELS_LOGO 0x05 macro
/illumos-gate/usr/src/uts/common/sys/fc4/
H A Dfcal_linkapp.h65 #define LA_ELS_LOGO 0x05 macro
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h2378 {LA_ELS_LOGO, "LA_ELS_LOGO"}, \
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c4483 payload.ls_code.ls_code = LA_ELS_LOGO; in fp_logo_init()
5338 payload.ls_code.ls_code = LA_ELS_LOGO; in fp_ns_fini()
10743 if (r_ctl == R_CTL_ELS_REQ && buf->ub_buffer[0] == LA_ELS_LOGO && in fp_unsol_cb()
10990 case LA_ELS_LOGO: in fp_handle_unsol_buf()
11023 if (ls_code == LA_ELS_LOGO) { in fp_handle_unsol_buf()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c3065 case LA_ELS_LOGO: in ql_els_send()
9010 if ((r_ctl == R_CTL_ELS_REQ) && (ls_code == LA_ELS_LOGO)) { in ql_unsol_callback()
9108 ubp->ub_buffer[0] = LA_ELS_LOGO; in ql_send_logo()