Home
last modified time | relevance | path

Searched refs:T_LC (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/m68k/include/asm/
Dm68360_enet.h27 #define T_LC 0x0080 /* error: late collision */ macro
32 #define T_ERROR (T_HB | T_LC | T_RL | T_UN | T_CSL)
/linux-4.1.27/arch/powerpc/include/asm/
Ducc_slow.h41 #define T_LC 0x00800000 /* late collision */ macro
/linux-4.1.27/drivers/net/ethernet/freescale/
Ducc_geth.h807 #define T_LC (((u32) TX_ERRORS_LC ) << 16) macro
812 #define T_ERRORS_REPORT (T_DEF | T_EXDEF | T_LC | T_RL | T_RC_MASK \