Searched refs:RX_OK (Results 1 – 6 of 6) sorted by relevance
89 #define RX_OK 0 macro
226 #define RX_OK 0x0100 macro
443 if ((status & RX_OK) == 0) { in net_rx()
431 if ((status & RX_OK) == 0) { in dma_rx()680 if ((status & RX_OK) == 0) { in net_rx()
3685 *(buf->data + framesize) = status & BIT5 ? RX_OK:RX_CRC_ERROR; in rx_get_frame()
4656 *p = (status & BIT1) ? RX_CRC_ERROR : RX_OK; in rx_get_frame()