Home
last modified time | relevance | path

Searched refs:fcoei_event_t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei.h97 } fcoei_event_t; typedef
195 fcoei_event_t ifm_ae;
214 fcoei_event_t xch_ae;
353 void fcoei_process_event_exchange(fcoei_event_t *ae);
354 void fcoei_process_event_reset(fcoei_event_t *ae);
362 void fcoei_process_event_port(fcoei_event_t *ae);
H A Dfcoei.c517 list_create(&ss->ss_event_list, sizeof (fcoei_event_t), in fcoei_attach_init()
518 offsetof(fcoei_event_t, ae_node)); in fcoei_attach_init()
756 fcoei_event_t *ae; in fcoei_clear_watchdog_jobs()
761 ae = (fcoei_event_t *)list_head(&ss->ss_event_list); in fcoei_clear_watchdog_jobs()
780 kmem_free(ae, sizeof (fcoei_event_t)); in fcoei_clear_watchdog_jobs()
816 fcoei_event_t *ae = NULL; in fcoei_process_events()
825 ae = (fcoei_event_t *)list_remove_head(&ss->ss_event_list); in fcoei_process_events()
H A Dfcoei_eth.c1303 fcoei_event_t *ae; in fcoei_port_event()
1348 ae = (fcoei_event_t *)kmem_zalloc(sizeof (fcoei_event_t), KM_SLEEP); in fcoei_port_event()
1370 fcoei_process_event_port(fcoei_event_t *ae) in fcoei_process_event_port()
1389 kmem_free(ae, sizeof (fcoei_event_t)); in fcoei_process_event_port()
H A Dfcoei_lv.c501 fcoei_event_t *ae; in fcoei_reset()
1982 fcoei_process_event_reset(fcoei_event_t *ae) in fcoei_process_event_reset()
2013 fcoei_process_event_exchange(fcoei_event_t *ae) in fcoei_process_event_exchange()