Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/apple/
A Dmace.h80 #define RS_FRAMERR 0x2000 /* framing error flag */ macro
A Dmacmace.c640 if (frame_status & (RS_OFLO | RS_CLSN | RS_FRAMERR | RS_FCSERR)) { in mace_dma_rx_frame()
646 if (frame_status & RS_FRAMERR) in mace_dma_rx_frame()
A Dmace.c912 if (frame_status & (RS_OFLO|RS_CLSN|RS_FRAMERR|RS_FCSERR)) { in mace_rxdma_intr()
916 if (frame_status & RS_FRAMERR) in mace_rxdma_intr()

Completed in 8 milliseconds