Searched refs:ATW_RXSTAT_CRC32E (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Datwreg.h996 #define ATW_RXSTAT_CRC32E __BIT(20) /* CRC32 error */ macro
H A Datw.c3222 if ((rxstat & ATW_RXSTAT_CRC32E) != 0)
3231 if ((rxstat & (ATW_RXSTAT_CRC16E | ATW_RXSTAT_CRC32E |
3236 if (rxstat & ATW_RXSTAT_CRC32E)

Completed in 140 milliseconds