Searched refs:RSR_CE (Results 1 – 5 of 5) 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
2127 if (rd->rdesc0.RSR & (RSR_RXOK | RSR_CE | RSR_RL)) { in velocity_rx_srv()