Searched refs:RX_OK (Results 1 – 11 of 11) sorted by relevance
88 #define RX_OK 0 macro
226 #define RX_OK 0x0100 macro
493 if ((status & RX_OK) == 0) { in net_rx()
908 if ((status & RX_OK) == 0) { in dma_rx()1618 if ((status & RX_OK) == 0) { in net_rx()
283 #define RX_OK 0x00002000 /* RX Frame Received With No Errors */ macro
296 #define RX_OK 0x00002000 /* RX Frame Received With No Errors */ macro
295 #define RX_OK 0x00002000 /* RX Frame Received With No Errors */ macro
367 #define RX_OK 0x2000 macro1558 if ((rcv_status & (RX_OK | RX_ERROR)) == RX_OK) { in eepro_rx()
3701 *(buf->data + framesize) = status & BIT5 ? RX_OK:RX_CRC_ERROR; in rx_get_frame()
4754 *p = (status & BIT1) ? RX_CRC_ERROR : RX_OK; in rx_get_frame()
6651 RX_OK); in mgsl_get_rx_frame()