Searched refs:eec_wake_up (Results 1 – 4 of 4) sorted by relevance
492 .eec_wake_up = sfc_ev_wake_up,510 .eec_wake_up = sfc_ev_wake_up,528 .eec_wake_up = sfc_ev_wake_up,546 .eec_wake_up = sfc_ev_wake_up,564 .eec_wake_up = sfc_ev_wake_up,
807 EFSYS_ASSERT(eecp->eec_wake_up != NULL); in ef10_ev_driver()808 should_abort = eecp->eec_wake_up(arg, id); in ef10_ev_driver()
1005 EFSYS_ASSERT(eecp->eec_wake_up != NULL); in siena_ev_driver()1006 should_abort = eecp->eec_wake_up(arg, id); in siena_ev_driver()
2554 efx_wake_up_ev_t eec_wake_up; member