Searched refs:RSR_FOE (Results 1 – 2 of 2) sorted by relevance
114 #define RSR_FOE (1<<0) macro
1113 if (rxhdr.RxStatus & (RSR_FOE | RSR_CE | RSR_AE | in dm9000_rx()1117 if (rxhdr.RxStatus & RSR_FOE) { in dm9000_rx()