Searched refs:ifm_ae (Results 1 – 2 of 2) sorted by relevance
142 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()
195 fcoei_event_t ifm_ae; member