Searched refs:RS_ALIGN (Results 1 – 2 of 2) sorted by relevance
85 #define RS_ALIGN 0x04 /* Alignment error. not 8 bit aligned */ macro88 #define RS_VALID_BITS ( RS_PKT_OK | RS_RST_PKT | RS_RUNT | RS_ALIGN | RS_CRC_ERR | RS_OFLW )
536 if (rcv_stat & RS_ALIGN) dev->stats.rx_frame_errors++; in ni5010_rx()