Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/fsl_etsec/
H A Dregisters.h72 #define IEVENT_EBERR (1 << 28) macro
83 IEVENT_DPE | IEVENT_PERR | IEVENT_EBERR | IEVENT_TXE | \
/openbmc/u-boot/include/
H A Dtsec.h143 #define IEVENT_EBERR 0x10000000 macro
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dgianfar.h295 #define IEVENT_EBERR 0x10000000 macro
319 (IEVENT_RXC | IEVENT_BSY | IEVENT_EBERR | IEVENT_MSRO | \
H A Dgianfar.c2731 if (events & IEVENT_EBERR) { in gfar_error()