Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dsynclink.h88 #define RX_OK 0 macro
/linux-3.4.99/drivers/net/ethernet/cirrus/
Dcs89x0.h226 #define RX_OK 0x0100 macro
Dmac89x0.c493 if ((status & RX_OK) == 0) { in net_rx()
Dcs89x0.c908 if ((status & RX_OK) == 0) { in dma_rx()
1618 if ((status & RX_OK) == 0) { in net_rx()
/linux-3.4.99/arch/blackfin/mach-bf537/include/mach/
DdefBF537.h283 #define RX_OK 0x00002000 /* RX Frame Received With No Errors */ macro
/linux-3.4.99/arch/blackfin/mach-bf518/include/mach/
DdefBF516.h296 #define RX_OK 0x00002000 /* RX Frame Received With No Errors */ macro
/linux-3.4.99/arch/blackfin/mach-bf527/include/mach/
DdefBF527.h295 #define RX_OK 0x00002000 /* RX Frame Received With No Errors */ macro
/linux-3.4.99/drivers/net/ethernet/i825xx/
Deepro.c367 #define RX_OK 0x2000 macro
1558 if ((rcv_status & (RX_OK | RX_ERROR)) == RX_OK) { in eepro_rx()
/linux-3.4.99/drivers/char/pcmcia/
Dsynclink_cs.c3701 *(buf->data + framesize) = status & BIT5 ? RX_OK:RX_CRC_ERROR; in rx_get_frame()
/linux-3.4.99/drivers/tty/
Dsynclink_gt.c4754 *p = (status & BIT1) ? RX_CRC_ERROR : RX_OK; in rx_get_frame()
Dsynclink.c6651 RX_OK); in mgsl_get_rx_frame()