Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Drhead_ev.c239 (void) eecp->eec_exception(arg, EFX_EXCEPTION_EV_ERROR, code); in rhead_ev_dispatch()
390 (void) eecp->eec_exception(arg, EFX_EXCEPTION_EV_ERROR, code); in rhead_ev_ew_dispatch()
H A Defx_ev.c1579 EFX_EXCEPTION_EV_ERROR, code); in siena_ef10_ev_qpoll()
H A Defx.h2441 #define EFX_EXCEPTION_EV_ERROR 0x00000009 macro
/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_ev.c315 (code == EFX_EXCEPTION_EV_ERROR) ? "EV_ERROR" : in sfc_ev_exception()