Home
last modified time | relevance | path

Searched refs:ERR_RX (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/
D3c509.h305 #define ERR_RX (unsigned short) (0x1<<14) macro
D3c595.h329 #define ERR_RX (unsigned short) (0x4000) macro
D3c5x9.c226 if (status & ERR_RX) { in t509_poll()
D3c595.c258 if (status & ERR_RX) { in t595_poll()