Searched refs:RX_CRC (Results 1 – 5 of 5) sorted by relevance
299 #define RX_CRC 0x00010000 /* RX Frame CRC Error */ macro
298 #define RX_CRC 0x00010000 /* RX Frame CRC Error */ macro
286 #define RX_CRC 0x00010000 /* RX Frame CRC Error … macro
172 #define RX_CRC 0x08 /* Rx: CRC error */ macro1154 if (dmabits & RX_CRC) { in fst_log_rx_error()
1068 #define RX_ERROR_MASK (RX_LONG | RX_ALIGN | RX_CRC | RX_LEN | \