Searched refs:RSR_CE (Results 1 – 4 of 4) sorted by relevance
90 #define RSR_CE BIT(1) macro93 RSR_AE | RSR_CE | RSR_FOE)
114 #define RSR_CE (1<<1) macro
1137 if (rxhdr.RxStatus & (RSR_FOE | RSR_CE | RSR_AE | in dm9000_rx()1146 if (rxhdr.RxStatus & RSR_CE) { in dm9000_rx()
68 #define RSR_CE cpu_to_le16(0x0008) macro