Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_ev.c484 .eec_tx = sfc_ev_nop_tx,
502 .eec_tx = sfc_ev_nop_tx,
520 .eec_tx = sfc_ev_nop_tx,
538 .eec_tx = sfc_ev_tx,
556 .eec_tx = sfc_ev_dp_tx,
/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Def10_ev.c771 EFSYS_ASSERT(eecp->eec_tx != NULL); in ef10_ev_tx()
772 should_abort = eecp->eec_tx(arg, label, id); in ef10_ev_tx()
H A Defx_ev.c886 EFSYS_ASSERT(eecp->eec_tx != NULL); in siena_ev_tx()
887 should_abort = eecp->eec_tx(arg, label, id); in siena_ev_tx()
H A Defx.h2546 efx_tx_ev_t eec_tx; member