Home
last modified time | relevance | path

Searched refs:IEVENT_CRL (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/net/fsl_etsec/
H A Dregisters.h63 #define IEVENT_CRL (1 << 17) macro
82 IEVENT_CRL | IEVENT_FGPI | IEVENT_FIR | IEVENT_FIQ | \
/openbmc/u-boot/include/
H A Dfsl_dtsec.h130 #define IEVENT_CRL 0x00020000 /* Collision retry exceed limit */ macro
H A Dtsec.h153 #define IEVENT_CRL 0x00020000 macro
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dgianfar.h304 #define IEVENT_CRL 0x00020000 macro
321 | IEVENT_CRL | IEVENT_XFUN | IEVENT_DPE | IEVENT_PERR \
H A Dgianfar.c2694 if (events & IEVENT_CRL) in gfar_error()