Home
last modified time | relevance | path

Searched refs:RX_CRC (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/net/
Dsk_g16.h84 #define RX_CRC 0x08 /* CRC Error */ macro
Dsk_g16.c1580 if (rmdstat & RX_CRC) p->stats.rx_crc_errors++; in SK_rxintr()
/linux-2.4.37.9/drivers/net/wan/
Dfarsync.c173 #define RX_CRC 0x08 /* Rx: CRC error */ macro
1165 if (dmabits & RX_CRC) { in fst_log_rx_error()