Searched refs:RS_OFLO (Results 1 – 3 of 3) sorted by relevance
82 #define RS_OFLO 0x8000 /* receive FIFO overflowed */ macro
646 if (frame_status & (RS_OFLO | RS_CLSN | RS_FRAMERR | RS_FCSERR)) { in mace_dma_rx_frame()648 if (frame_status & RS_OFLO) { in mace_dma_rx_frame()
914 if (frame_status & (RS_OFLO|RS_CLSN|RS_FRAMERR|RS_FCSERR)) { in mace_rxdma_intr()916 if (frame_status & RS_OFLO) in mace_rxdma_intr()