fcoei_event_t
list_create(&ss->ss_event_list, sizeof (fcoei_event_t),
offsetof(fcoei_event_t, ae_node));
fcoei_event_t *ae;
ae = (fcoei_event_t *)list_head(&ss->ss_event_list);
kmem_free(ae, sizeof (fcoei_event_t));
fcoei_event_t *ae = NULL;
ae = (fcoei_event_t *)list_remove_head(&ss->ss_event_list);
fcoei_event_t ifm_ae;
fcoei_event_t xch_ae;
void fcoei_process_event_exchange(fcoei_event_t *ae);
void fcoei_process_event_reset(fcoei_event_t *ae);
void fcoei_process_event_port(fcoei_event_t *ae);
fcoei_event_t *ae;
ae = (fcoei_event_t *)kmem_zalloc(sizeof (fcoei_event_t), KM_SLEEP);
fcoei_process_event_port(fcoei_event_t *ae)
kmem_free(ae, sizeof (fcoei_event_t));
fcoei_process_event_reset(fcoei_event_t *ae)
fcoei_process_event_exchange(fcoei_event_t *ae)
fcoei_event_t *ae;