Home
last modified time | relevance | path

Searched refs:xch_ae (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_lv.c678 xch->xch_ae.ae_type = AE_EVENT_EXCHANGE; in fcoei_transport()
679 xch->xch_ae.ae_obj = xch; in fcoei_transport()
687 list_insert_tail(&ss->ss_event_list, &xch->xch_ae); in fcoei_transport()
731 xch->xch_ae.ae_type = AE_EVENT_EXCHANGE; in fcoei_els_send()
732 xch->xch_ae.ae_obj = xch; in fcoei_els_send()
744 list_insert_tail(&ss->ss_event_list, &xch->xch_ae); in fcoei_els_send()
H A Dfcoei.h214 fcoei_event_t xch_ae; member