Searched refs:RSR_FOE (Results 1 – 3 of 3) sorted by relevance
91 #define RSR_FOE BIT(0) macro93 RSR_AE | RSR_CE | RSR_FOE)
115 #define RSR_FOE (1<<0) macro
1137 if (rxhdr.RxStatus & (RSR_FOE | RSR_CE | RSR_AE | in dm9000_rx()1141 if (rxhdr.RxStatus & RSR_FOE) { in dm9000_rx()