Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_eth.c142 FRM2IFM(frm)->ifm_ae.ae_type = AE_EVENT_UNSOL_FRAME; in fcoei_rx_frame()
143 FRM2IFM(frm)->ifm_ae.ae_obj = frm; in fcoei_rx_frame()
146 list_insert_tail(&FRM2SS(frm)->ss_event_list, &FRM2IFM(frm)->ifm_ae); in fcoei_rx_frame()
184 FRM2IFM(frm)->ifm_ae.ae_type = AE_EVENT_SOL_FRAME; in fcoei_release_sol_frame()
185 FRM2IFM(frm)->ifm_ae.ae_obj = frm; in fcoei_release_sol_frame()
189 &FRM2IFM(frm)->ifm_ae); in fcoei_release_sol_frame()
H A Dfcoei.h195 fcoei_event_t ifm_ae; member