Searched refs:RX_CRC_ERROR (Results 1 – 9 of 9) sorted by relevance
91 #define RX_CRC_ERROR 1 macro
230 #define RX_CRC_ERROR 0x1000 macro
487 if (status & RX_CRC_ERROR) if (!(status & (RX_EXTRA_DATA|RX_RUNT))) in net_rx()
1666 if (status & RX_CRC_ERROR) in update_rx_stats()1732 if (status & RX_CRC_ERROR) in au1000_rx()
1498 if (status & RX_CRC_ERROR) if (!(status & (RX_EXTRA_DATA|RX_RUNT))) in count_rx_errors()
875 #define RX_CRC_ERROR (1<<21) macro888 RX_COLL | RX_MII_ERROR | RX_CRC_ERROR | \
1172 #define RX_CRC_ERROR 0x01 macro
4205 *(buf->data + framesize) = status & BIT5 ? RX_OK:RX_CRC_ERROR; in rx_get_frame()
7005 RX_CRC_ERROR : in mgsl_get_rx_frame()