Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dlan91c96.h552 #define FRAME_FILTER (LAN91C96_TOO_SHORT | LAN91C96_TOO_LONG | LAN91C96_BAD_CRC | L… macro
H A Dlan91c96.c553 if (!(status & FRAME_FILTER)) { in smc_rcv()