Home
last modified time | relevance | path

Searched refs:eec_wake_up (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Def10_ev.c708 EFSYS_ASSERT(eecp->eec_wake_up != NULL); in ef10_ev_driver()
709 should_abort = eecp->eec_wake_up(arg, id); in ef10_ev_driver()
H A Defx_ev.c836 EFSYS_ASSERT(eecp->eec_wake_up != NULL); in siena_ev_driver()
837 should_abort = eecp->eec_wake_up(arg, id); in siena_ev_driver()
H A Defx.h1700 efx_wake_up_ev_t eec_wake_up; member
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_ev.c814 eecp->eec_wake_up = sfxge_ev_wake_up; in sfxge_ev_qstart()