Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_ev.c489 .eec_txq_flush_done = sfc_ev_nop_txq_flush_done,
507 .eec_txq_flush_done = sfc_ev_nop_txq_flush_done,
525 .eec_txq_flush_done = sfc_ev_nop_txq_flush_done,
543 .eec_txq_flush_done = sfc_ev_txq_flush_done,
561 .eec_txq_flush_done = sfc_ev_txq_flush_done,
/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Def10_ev.c1009 EFSYS_ASSERT(eecp->eec_txq_flush_done != NULL); in ef10_ev_mcdi()
1010 should_abort = eecp->eec_txq_flush_done(arg, txq_index); in ef10_ev_mcdi()
H A Defx_ev.c946 EFSYS_ASSERT(eecp->eec_txq_flush_done != NULL); in siena_ev_driver()
947 should_abort = eecp->eec_txq_flush_done(arg, txq_index); in siena_ev_driver()
H A Defx.h2551 efx_txq_flush_done_ev_t eec_txq_flush_done; member