Home
last modified time | relevance | path

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

/linux-2.6.39/arch/blackfin/mach-bf518/include/mach/
DdefBF516.h299 #define RX_CRC 0x00010000 /* RX Frame CRC Error */ macro
/linux-2.6.39/arch/blackfin/mach-bf527/include/mach/
DdefBF527.h298 #define RX_CRC 0x00010000 /* RX Frame CRC Error */ macro
/linux-2.6.39/arch/blackfin/mach-bf537/include/mach/
DdefBF537.h286 #define RX_CRC 0x00010000 /* RX Frame CRC Error … macro
/linux-2.6.39/drivers/net/wan/
Dfarsync.c172 #define RX_CRC 0x08 /* Rx: CRC error */ macro
1154 if (dmabits & RX_CRC) { in fst_log_rx_error()
/linux-2.6.39/drivers/net/
Dbfin_mac.c1068 #define RX_ERROR_MASK (RX_LONG | RX_ALIGN | RX_CRC | RX_LEN | \