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

/linux-4.1.27/drivers/net/ethernet/apple/
H A Dmace.h85 #define RS_FCSERR 0x1000 /* frame had FCS error */ macro
H A Dmacmace.c646 if (frame_status & (RS_OFLO | RS_CLSN | RS_FRAMERR | RS_FCSERR)) { mace_dma_rx_frame()
656 if (frame_status & RS_FCSERR) mace_dma_rx_frame()
H A Dmace.c914 if (frame_status & (RS_OFLO|RS_CLSN|RS_FRAMERR|RS_FCSERR)) { mace_rxdma_intr()
920 if (frame_status & RS_FCSERR) mace_rxdma_intr()

Completed in 99 milliseconds