Searched refs:MAC_RXSTAT_LCE (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/sun/ | ||
H A D | sungem.h | 401 #define MAC_RXSTAT_LCE 0x00000020 /* Length Error Cntr Expire */ macro |
H A D | sungem.c | 484 if (rxmac_stat & MAC_RXSTAT_LCE) in gem_rxmac_interrupt() |