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 D | emlxs_fct.h | 78 #pragma weak fct_handle_event macro
|
H A D | emlxs_fc.h | 1344 void (*fct_handle_event)(fct_local_port_t *, int, uint32_t, caddr_t); member
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | fct.h | 395 void fct_handle_event(fct_local_port_t *port, int event_id,
|
/titanic_50/usr/src/uts/common/io/comstar/port/fcoet/ |
H A D | fcoet.c | 852 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 D | fcoet_eth.c | 356 fct_handle_event(ss->ss_port, in fcoet_port_event()
|
/titanic_50/usr/src/uts/common/io/comstar/port/fct/ |
H A D | discovery.c | 341 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 D | fct.c | 1360 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 D | emlxs_fct.c | 375 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 D | qlt.c | 2688 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()
|