Symbol: fcoei_event_t
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei.c
517
list_create(&ss->ss_event_list, sizeof (fcoei_event_t),
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei.c
518
offsetof(fcoei_event_t, ae_node));
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei.c
756
fcoei_event_t *ae;
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei.c
761
ae = (fcoei_event_t *)list_head(&ss->ss_event_list);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei.c
780
kmem_free(ae, sizeof (fcoei_event_t));
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei.c
816
fcoei_event_t *ae = NULL;
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei.c
825
ae = (fcoei_event_t *)list_remove_head(&ss->ss_event_list);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei.h
195
fcoei_event_t ifm_ae;
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei.h
214
fcoei_event_t xch_ae;
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei.h
353
void fcoei_process_event_exchange(fcoei_event_t *ae);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei.h
354
void fcoei_process_event_reset(fcoei_event_t *ae);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei.h
362
void fcoei_process_event_port(fcoei_event_t *ae);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
1303
fcoei_event_t *ae;
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
1348
ae = (fcoei_event_t *)kmem_zalloc(sizeof (fcoei_event_t), KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
1370
fcoei_process_event_port(fcoei_event_t *ae)
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c
1389
kmem_free(ae, sizeof (fcoei_event_t));
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
1982
fcoei_process_event_reset(fcoei_event_t *ae)
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
2013
fcoei_process_event_exchange(fcoei_event_t *ae)
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
501
fcoei_event_t *ae;