Searched refs:eec_tx (Results 1 – 4 of 4) sorted by relevance
484 .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,
771 EFSYS_ASSERT(eecp->eec_tx != NULL); in ef10_ev_tx()772 should_abort = eecp->eec_tx(arg, label, id); in ef10_ev_tx()
886 EFSYS_ASSERT(eecp->eec_tx != NULL); in siena_ev_tx()887 should_abort = eecp->eec_tx(arg, label, id); in siena_ev_tx()
2546 efx_tx_ev_t eec_tx; member