Searched refs:fct_handle_event (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_fct.h | 83 #pragma weak fct_handle_event macro
|
H A D | emlxs_fc.h | 1348 void (*fct_handle_event)(fct_local_port_t *, int, uint32_t, caddr_t); member
|
/illumos-gate/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()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | fct.h | 398 void fct_handle_event(fct_local_port_t *port, int event_id,
|
/illumos-gate/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 | 1379 fct_handle_event(fct_local_port_t *port, int event_id, uint32_t event_flags, in fct_handle_event() function 2278 fct_handle_event(port, FCT_EVENT_LINK_DOWN, 0, 0); in fct_ctl()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_fct.c | 378 emlxs_modsym.fct_handle_event = in emlxs_fct_modopen() 381 if ((void *)emlxs_modsym.fct_handle_event == NULL) { in emlxs_fct_modopen() 590 emlxs_modsym.fct_handle_event = NULL; in emlxs_fct_modclose() 4797 MODSYM(fct_handle_event) (port->fct_port, FCT_EVENT_LINK_UP, in emlxs_fct_link_up() 4852 MODSYM(fct_handle_event) (port->fct_port, FCT_EVENT_LINK_DOWN, in emlxs_fct_link_down()
|
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/ |
H A D | qlt.c | 4018 fct_handle_event(qlt->qlt_port, in qlt_msix_default_handler() 4023 fct_handle_event(qlt->qlt_port, FCT_EVENT_LINK_DOWN, in qlt_msix_default_handler() 4038 fct_handle_event(qlt->qlt_port, in qlt_msix_default_handler() 4045 fct_handle_event(qlt->qlt_port, in qlt_msix_default_handler() 4055 fct_handle_event(qlt->qlt_port, in qlt_msix_default_handler() 4085 fct_handle_event(qlt->qlt_port, FCT_EVENT_LINK_UP, in qlt_msix_default_handler() 4346 fct_handle_event(qlt->qlt_port, in qlt_isr() 4351 fct_handle_event(qlt->qlt_port, FCT_EVENT_LINK_DOWN, in qlt_isr() 4366 fct_handle_event(qlt->qlt_port, in qlt_isr() 4373 fct_handle_event(qlt->qlt_port, in qlt_isr() [all …]
|