HomeSort by: relevance | last modified time | path
    Searched defs:RX_CRC_ERR (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
mb86950reg.h 78 #define RX_CRC_ERR 0x02 /* CRC error */
81 #define RX_MASK (RX_PKT | RX_SHORT_ERR | RX_ALIGN_ERR | RX_CRC_ERR | RX_OVERFLO | RX_BUS_RD_ERR)
82 #define RX_ERR_MASK (RX_SHORT_ERR | RX_ALIGN_ERR | RX_CRC_ERR | RX_OVERFLO | RX_BUS_RD_ERR)
  /src/sys/arch/arm/sunxi/
sunxi_emac.h 180 #define RX_CRC_ERR (1 << 1)

Completed in 14 milliseconds