Searched refs:RX_CRC_ERROR (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsynclink.h89 #define RX_CRC_ERROR 1 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dmac89x0.c480 if ((status & RX_CRC_ERROR) &&
H A Dcs89x0.h230 #define RX_CRC_ERROR 0x1000 macro
H A Dau1000_eth.c668 if (status & RX_CRC_ERROR)
728 if (status & RX_CRC_ERROR)
H A Dcs89x0.c1568 if ((status & RX_CRC_ERROR) && !(status & (RX_EXTRA_DATA|RX_RUNT)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-au1x00/
H A Dau1000.h1263 # define RX_CRC_ERROR (1 << 21) macro
1276 RX_COLL | RX_MII_ERROR | RX_CRC_ERROR | \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/tokenring/
H A Dsmctr.h1171 #define RX_CRC_ERROR 0x01 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/pcmcia/
H A Dsynclink_cs.c3737 *(buf->data + framesize) = status & BIT5 ? RX_OK:RX_CRC_ERROR;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dsynclink.c6637 RX_CRC_ERROR :
H A Dsynclink_gt.c4646 *p = (status & BIT1) ? RX_CRC_ERROR : RX_OK;

Completed in 302 milliseconds