Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dmace.h85 #define RS_FCSERR 0x1000 /* frame had FCS error */ macro
Dmacmace.c604 if (mf->status&(RS_CLSN|RS_FRAMERR|RS_FCSERR)) in mace_dma_rx_frame()
613 if (mf->status&RS_FCSERR) { in mace_dma_rx_frame()
Dmace.c971 if (frame_status & (RS_OFLO|RS_CLSN|RS_FRAMERR|RS_FCSERR)) { in mace_rxdma_intr()
977 if (frame_status & RS_FCSERR) in mace_rxdma_intr()