Home
last modified time | relevance | path

Searched refs:XL_RXSTAT_UP_ERROR (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/xl/
H A Dif_xlreg.h526 #define XL_RXSTAT_UP_ERROR 0x00004000 macro
H A Dif_xl.c1845 rxstat |= (XL_RXSTAT_UP_ERROR|XL_RXSTAT_OVERSIZE); in xl_rxeof()
1853 if (rxstat & XL_RXSTAT_UP_ERROR) { in xl_rxeof()