Searched refs:GM_IS_RX_FF_OR (Results 1 – 6 of 6) sorted by relevance
1941 GM_IS_RX_FF_OR = 1<<1, /* Receive FIFO Overrun */ enumerator1944 #define GMAC_DEF_MSK (GM_IS_RX_FF_OR | GM_IS_TX_FF_UR)
1701 GM_IS_RX_FF_OR = 1<<1, /* Receive FIFO Overrun */ enumerator
1853 if (status & GM_IS_RX_FF_OR) { in yukon_mac_intr()
2062 if (status & GM_IS_RX_FF_OR) { in sky2_mac_intr()
3677 IntMask |= GM_IS_RX_FF_OR; in SkMacRxTxEnable()4150 if (IStatus & GM_IS_RX_FF_OR) { in SkGmIrq()
1545 #define GM_IS_RX_FF_OR BIT_1 /* Receive FIFO Overrun */ macro