Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dsynclink.h88 #define RX_OK 0 macro
/linux-4.1.27/drivers/net/ethernet/cirrus/
Dcs89x0.h226 #define RX_OK 0x0100 macro
Dmac89x0.c489 if ((status & RX_OK) == 0) { in net_rx()
Dcs89x0.c429 if ((status & RX_OK) == 0) { in dma_rx()
679 if ((status & RX_OK) == 0) { in net_rx()
/linux-4.1.27/arch/blackfin/mach-bf527/include/mach/
DdefBF527.h295 #define RX_OK 0x00002000 /* RX Frame Received With No Errors */ macro
/linux-4.1.27/arch/blackfin/mach-bf537/include/mach/
DdefBF537.h283 #define RX_OK 0x00002000 /* RX Frame Received With No Errors */ macro
/linux-4.1.27/arch/blackfin/mach-bf518/include/mach/
DdefBF516.h296 #define RX_OK 0x00002000 /* RX Frame Received With No Errors */ macro
/linux-4.1.27/drivers/char/pcmcia/
Dsynclink_cs.c3728 *(buf->data + framesize) = status & BIT5 ? RX_OK:RX_CRC_ERROR; in rx_get_frame()
/linux-4.1.27/drivers/tty/
Dsynclink_gt.c4764 *p = (status & BIT1) ? RX_CRC_ERROR : RX_OK; in rx_get_frame()
Dsynclink.c6659 RX_OK); in mgsl_get_rx_frame()