Searched refs:AE_RXD_CRCERR (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/ae/ | ||
H A D | if_aereg.h | 379 #define AE_RXD_CRCERR 0x0020 /* Invalid frame CRC. */ macro |
H A D | if_ae.c | 2219 if ((flags & AE_RXD_CRCERR) != 0) in ae_update_stats_rx() |