Searched refs:eec_exception (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_ev.c | 1029 EFSYS_ASSERT(eecp->eec_exception != NULL); in siena_ev_driver() 1030 should_abort = eecp->eec_exception(arg, in siena_ev_driver() 1040 EFSYS_ASSERT(eecp->eec_exception != NULL); in siena_ev_driver() 1041 should_abort = eecp->eec_exception(arg, in siena_ev_driver() 1098 EFSYS_ASSERT(eecp->eec_exception != NULL); in siena_ev_mcdi() 1134 should_abort = eecp->eec_exception(arg, in siena_ev_mcdi() 1165 should_abort = eecp->eec_exception(arg, in siena_ev_mcdi() 1169 should_abort = eecp->eec_exception(arg, in siena_ev_mcdi() 1577 EFSYS_ASSERT(eecp->eec_exception != NULL); in siena_ef10_ev_qpoll() 1578 (void) eecp->eec_exception(arg, in siena_ef10_ev_qpoll()
|
| H A D | rhead_ev.c | 238 EFSYS_ASSERT(eecp->eec_exception != NULL); in rhead_ev_dispatch() 239 (void) eecp->eec_exception(arg, EFX_EXCEPTION_EV_ERROR, code); in rhead_ev_dispatch() 389 EFSYS_ASSERT(eecp->eec_exception != NULL); in rhead_ev_ew_dispatch() 390 (void) eecp->eec_exception(arg, EFX_EXCEPTION_EV_ERROR, code); in rhead_ev_ew_dispatch()
|
| H A D | ef10_ev.c | 925 should_abort = eecp->eec_exception(arg, in ef10_ev_mcdi() 962 should_abort = eecp->eec_exception(arg, in ef10_ev_mcdi() 966 should_abort = eecp->eec_exception(arg, in ef10_ev_mcdi() 986 eecp->eec_exception(arg, EFX_EXCEPTION_TX_ERROR, in ef10_ev_mcdi() 1028 eecp->eec_exception(arg, EFX_EXCEPTION_RX_ERROR, in ef10_ev_mcdi()
|
| H A D | efx.h | 2548 efx_exception_ev_t eec_exception; member
|
| /f-stack/dpdk/drivers/net/sfc/ |
| H A D | sfc_ev.c | 486 .eec_exception = sfc_ev_exception, 504 .eec_exception = sfc_ev_exception, 522 .eec_exception = sfc_ev_exception, 540 .eec_exception = sfc_ev_exception, 558 .eec_exception = sfc_ev_exception,
|