Searched refs:RSR_CE (Results 1 – 4 of 4) sorted by relevance
114 #define RSR_CE (1<<1) macro
1141 if (rxhdr.RxStatus & (RSR_FOE | RSR_CE | RSR_AE | in dm9000_rx()1150 if (rxhdr.RxStatus & RSR_CE) { in dm9000_rx()
69 #define RSR_CE cpu_to_le16(0x0008) macro
2127 if (rd->rdesc0.RSR & (RSR_RXOK | RSR_CE | RSR_RL)) { in velocity_rx_srv()