Home
last modified time | relevance | path

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

/drivers/net/
Dmeth.h199 #define METH_INT_RX_UNDERFLOW BIT(6) /* 0: No interrupt pending, 1: FIFO was empty, packet could no… macro
217 METH_INT_RX_UNDERFLOW)
Dmeth.c385 if (int_status & METH_INT_RX_UNDERFLOW) { in meth_rx()
548 if (status & (METH_INT_RX_UNDERFLOW)) { in meth_error()
551 mace->eth.int_stat = METH_INT_RX_UNDERFLOW; in meth_error()