Searched refs:RX_OK (Results 1 – 10 of 10) sorted by relevance
88 #define RX_OK 0 macro
226 #define RX_OK 0x0100 macro
489 if ((status & RX_OK) == 0) { in net_rx()
429 if ((status & RX_OK) == 0) { in dma_rx()679 if ((status & RX_OK) == 0) { in net_rx()
295 #define RX_OK 0x00002000 /* RX Frame Received With No Errors */ macro
283 #define RX_OK 0x00002000 /* RX Frame Received With No Errors */ macro
296 #define RX_OK 0x00002000 /* RX Frame Received With No Errors */ macro
3728 *(buf->data + framesize) = status & BIT5 ? RX_OK:RX_CRC_ERROR; in rx_get_frame()
4764 *p = (status & BIT1) ? RX_CRC_ERROR : RX_OK; in rx_get_frame()
6659 RX_OK); in mgsl_get_rx_frame()