Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Deepro100.c123 #define RFD_STATUS_OK 0x2000 /* frame received with no errors */ macro
670 if ((status & RFD_STATUS_OK)) { in eepro100_recv()