Home
last modified time | relevance | path

Searched refs:RX_CRC_ERROR (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/include/linux/
Dsynclink.h91 #define RX_CRC_ERROR 1 macro
/linux-2.4.37.9/drivers/net/
Dcs89x0.h230 #define RX_CRC_ERROR 0x1000 macro
Dmac89x0.c487 if (status & RX_CRC_ERROR) if (!(status & (RX_EXTRA_DATA|RX_RUNT))) in net_rx()
Dau1000_eth.c1666 if (status & RX_CRC_ERROR) in update_rx_stats()
1732 if (status & RX_CRC_ERROR) in au1000_rx()
Dcs89x0.c1498 if (status & RX_CRC_ERROR) if (!(status & (RX_EXTRA_DATA|RX_RUNT))) in count_rx_errors()
/linux-2.4.37.9/include/asm-mips/
Dau1000.h875 #define RX_CRC_ERROR (1<<21) macro
888 RX_COLL | RX_MII_ERROR | RX_CRC_ERROR | \
/linux-2.4.37.9/drivers/net/tokenring/
Dsmctr.h1172 #define RX_CRC_ERROR 0x01 macro
/linux-2.4.37.9/drivers/char/pcmcia/
Dsynclink_cs.c4205 *(buf->data + framesize) = status & BIT5 ? RX_OK:RX_CRC_ERROR; in rx_get_frame()
/linux-2.4.37.9/drivers/char/
Dsynclink.c7005 RX_CRC_ERROR : in mgsl_get_rx_frame()