Home
last modified time | relevance | path

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

/NextBSD/sys/dev/sfxge/common/
HDhunt_ev.c947 EFSYS_ASSERT(eecp->eec_txq_flush_done != NULL); in hunt_ev_mcdi()
948 should_abort = eecp->eec_txq_flush_done(arg, txq_index); in hunt_ev_mcdi()
HDefx_ev.c810 EFSYS_ASSERT(eecp->eec_txq_flush_done != NULL); in falconsiena_ev_driver()
811 should_abort = eecp->eec_txq_flush_done(arg, txq_index); in falconsiena_ev_driver()
HDefx.h1763 efx_txq_flush_done_ev_t eec_txq_flush_done; member
/NextBSD/sys/dev/sfxge/
HDsfxge_ev.c626 .eec_txq_flush_done = sfxge_ev_txq_flush_done,