Searched refs:eec_exception (Results 1 – 5 of 5) sorted by relevance
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_ev.c | 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() 1604 EFSYS_ASSERT(eecp->eec_exception != NULL); in siena_ef10_ev_qpoll() 1605 (void) eecp->eec_exception(arg, in siena_ef10_ev_qpoll()
|
| H A D | rhead_ev.c | 240 EFSYS_ASSERT(eecp->eec_exception != NULL); in rhead_ev_dispatch() 241 (void) eecp->eec_exception(arg, EFX_EXCEPTION_EV_ERROR, code); in rhead_ev_dispatch() 391 EFSYS_ASSERT(eecp->eec_exception != NULL); in rhead_ev_ew_dispatch() 392 (void) eecp->eec_exception(arg, EFX_EXCEPTION_EV_ERROR, code); in rhead_ev_ew_dispatch()
|
| H A D | ef10_ev.c | 927 should_abort = eecp->eec_exception(arg, in ef10_ev_mcdi() 964 should_abort = eecp->eec_exception(arg, in ef10_ev_mcdi() 968 should_abort = eecp->eec_exception(arg, in ef10_ev_mcdi() 988 eecp->eec_exception(arg, EFX_EXCEPTION_TX_ERROR, in ef10_ev_mcdi() 1030 eecp->eec_exception(arg, EFX_EXCEPTION_RX_ERROR, in ef10_ev_mcdi()
|
| H A D | efx.h | 2624 efx_exception_ev_t eec_exception; member
|
| /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,
|