Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sgi/
H A Dmeth.h183 #define METH_INT_RX_UNDERFLOW BIT(6) /* 0: No interrupt pending, 1: FIFO was empty, packet could no… macro
201 METH_INT_RX_UNDERFLOW)
H A Dmeth.c389 if (int_status & METH_INT_RX_UNDERFLOW) { in meth_rx()
555 if (status & (METH_INT_RX_UNDERFLOW)) { in meth_error()
558 mace->eth.int_stat = METH_INT_RX_UNDERFLOW; in meth_error()