Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sgi/
H A Dmeth.h182 #define METH_INT_RX_THRESHOLD BIT(5) /* 0: No interrupt pending, 1: Selected receive threshold cond… macro
H A Dmeth.c465 mace->eth.int_stat = METH_INT_RX_THRESHOLD; in meth_rx()
592 if (status & METH_INT_RX_THRESHOLD) { in meth_interrupt()