Home
last modified time | relevance | path

Searched refs:fct_handle_rcvd_flogi (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fct.h90 #pragma weak fct_handle_rcvd_flogi macro
H A Demlxs_fc.h1362 fct_status_t (*fct_handle_rcvd_flogi) member
/illumos-gate/usr/src/uts/common/sys/
H A Dfct.h415 fct_status_t fct_handle_rcvd_flogi(fct_local_port_t *port,
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c490 emlxs_modsym.fct_handle_rcvd_flogi = in emlxs_fct_modopen()
493 if ((void *)emlxs_modsym.fct_handle_rcvd_flogi == NULL) { in emlxs_fct_modopen()
599 emlxs_modsym.fct_handle_rcvd_flogi = NULL; in emlxs_fct_modclose()
669 status = MODSYM(fct_handle_rcvd_flogi) (port->fct_port, fx); in emlxs_fct_handle_unsol_flogi()
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Ddiscovery.c502 fct_handle_rcvd_flogi(fct_local_port_t *port, fct_flogi_xchg_t *fx) in fct_handle_rcvd_flogi() function