Searched refs:RxErrTooBig (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Deepro100.c350 RxErrCRC=0x0800, RxErrAlign=0x0400, RxErrTooBig=0x0200, RxErrSymbol=0x0010, enumerator in enum:RxFD_bits
1750 if ((status & (RxErrTooBig|RxOK|0x0f90)) != RxOK) {
1751 if (status & RxErrTooBig)

Completed in 86 milliseconds