Searched refs:RX_EXTRA_DATA (Results 1 – 2 of 2) sorted by relevance
232 #define RX_EXTRA_DATA 0x4000 macro
320 if (status & RX_EXTRA_DATA) in count_rx_errors()322 if ((status & RX_CRC_ERROR) && !(status & (RX_EXTRA_DATA | RX_RUNT))) in count_rx_errors()