Home
last modified time | relevance | path

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

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