Home
last modified time | relevance | path

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

/freebsd/sys/dev/sfxge/common/
H A Def10_ev.c1104 EFSYS_ASSERT(eecp->eec_tx != NULL); in ef10_ev_tx()
1105 should_abort = eecp->eec_tx(arg, label, id); in ef10_ev_tx()
H A Defx_ev.c905 EFSYS_ASSERT(eecp->eec_tx != NULL); in siena_ev_tx()
906 should_abort = eecp->eec_tx(arg, label, id); in siena_ev_tx()
H A Defx.h2192 efx_tx_ev_t eec_tx; member
/freebsd/sys/dev/sfxge/
H A Dsfxge_ev.c660 .eec_tx = sfxge_ev_tx,