Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dsmc9000.h232 #define RS_ERRORS (RS_ALGNERR | RS_BADCRC | RS_TOOLONG | RS_TOOSHORT) macro
Dsmc9000.c771 if (!(inw(nic->ioaddr + DATA_1) & RS_ERRORS)) { in smc9000_poll()