Searched refs:eec_exception (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/sfxge/common/ |
H A D | efx_ev.c | 498 EFSYS_ASSERT(eecp->eec_exception != NULL); in efx_ev_qpoll() 499 (void) eecp->eec_exception(arg, in efx_ev_qpoll() 1048 EFSYS_ASSERT(eecp->eec_exception != NULL); in siena_ev_driver() 1049 should_abort = eecp->eec_exception(arg, in siena_ev_driver() 1059 EFSYS_ASSERT(eecp->eec_exception != NULL); in siena_ev_driver() 1060 should_abort = eecp->eec_exception(arg, in siena_ev_driver() 1117 EFSYS_ASSERT(eecp->eec_exception != NULL); in siena_ev_mcdi() 1153 should_abort = eecp->eec_exception(arg, in siena_ev_mcdi() 1184 should_abort = eecp->eec_exception(arg, in siena_ev_mcdi() 1188 should_abort = eecp->eec_exception(arg, in siena_ev_mcdi()
|
H A D | ef10_ev.c | 1247 should_abort = eecp->eec_exception(arg, in ef10_ev_mcdi() 1284 should_abort = eecp->eec_exception(arg, in ef10_ev_mcdi() 1288 should_abort = eecp->eec_exception(arg, in ef10_ev_mcdi() 1308 eecp->eec_exception(arg, EFX_EXCEPTION_TX_ERROR, in ef10_ev_mcdi() 1350 eecp->eec_exception(arg, EFX_EXCEPTION_RX_ERROR, in ef10_ev_mcdi()
|
H A D | efx.h | 2193 efx_exception_ev_t eec_exception; member
|
/freebsd/sys/dev/sfxge/ |
H A D | sfxge_ev.c | 661 .eec_exception = sfxge_ev_exception,
|