Home
last modified time | relevance | path

Searched refs:RX_OK (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/uapi/linux/
Dsynclink.h89 #define RX_OK 0 macro
/linux-4.19.296/drivers/char/pcmcia/
Dsynclink_cs.c3694 *(buf->data + framesize) = status & BIT5 ? RX_OK:RX_CRC_ERROR; in rx_get_frame()