Home
last modified time | relevance | path

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

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