Home
last modified time | relevance | path

Searched refs:fct_handle_event (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fct.h78 #pragma weak fct_handle_event macro
H A Demlxs_fc.h1344 void (*fct_handle_event)(fct_local_port_t *, int, uint32_t, caddr_t); member
/titanic_50/usr/src/uts/common/sys/
H A Dfct.h395 void fct_handle_event(fct_local_port_t *port, int event_id,
/titanic_50/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet.c852 fct_handle_event(ss->ss_port, in fcoet_handle_sol_flogi()
855 fct_handle_event(ss->ss_port, in fcoet_handle_sol_flogi()
H A Dfcoet_eth.c356 fct_handle_event(ss->ss_port, in fcoet_port_event()
/titanic_50/usr/src/uts/common/io/comstar/port/fct/
H A Ddiscovery.c341 fct_handle_event(iport->iport_port, in fct_handle_local_port_event()
357 fct_handle_event(iport->iport_port, in fct_handle_local_port_event()
477 fct_handle_event(iport->iport_port, FCT_EVENT_LINK_DOWN, 0, 0); in fct_do_flogi()
617 fct_handle_event(iport->iport_port, in fct_process_link_init()
762 fct_handle_event(iport->iport_port, in fct_process_link_init()
H A Dfct.c1360 fct_handle_event(fct_local_port_t *port, int event_id, uint32_t event_flags, in fct_handle_event() function
2259 fct_handle_event(port, FCT_EVENT_LINK_DOWN, 0, 0); in fct_ctl()
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c375 emlxs_modsym.fct_handle_event =
378 if ((void *)emlxs_modsym.fct_handle_event == NULL) {
587 emlxs_modsym.fct_handle_event = NULL;
4783 MODSYM(fct_handle_event) (port->fct_port, FCT_EVENT_LINK_UP,
4838 MODSYM(fct_handle_event) (port->fct_port, FCT_EVENT_LINK_DOWN,
/titanic_50/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c2688 fct_handle_event(qlt->qlt_port, in qlt_isr()
2693 fct_handle_event(qlt->qlt_port, FCT_EVENT_LINK_DOWN, in qlt_isr()
2711 fct_handle_event(qlt->qlt_port, FCT_EVENT_LINK_UP, in qlt_isr()