Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fct.h85 #pragma weak fct_handle_rcvd_flogi macro
H A Demlxs_fc.h1358 fct_status_t (*fct_handle_rcvd_flogi) member
/titanic_50/usr/src/uts/common/sys/
H A Dfct.h412 fct_status_t fct_handle_rcvd_flogi(fct_local_port_t *port,
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c487 emlxs_modsym.fct_handle_rcvd_flogi =
490 if ((void *)emlxs_modsym.fct_handle_rcvd_flogi == NULL) {
596 emlxs_modsym.fct_handle_rcvd_flogi = NULL;
666 status = MODSYM(fct_handle_rcvd_flogi) (port->fct_port, fx);
/titanic_50/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