Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/adi/
Dbfin_mac.c1216 #define RX_ERROR_MASK (RX_LONG | RX_ALIGN | RX_CRC | RX_LEN | \ macro
1232 if (current_rx_ptr->status.status_word & RX_ERROR_MASK) { in bfin_mac_rx()