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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dmace.h82 #define RS_OFLO 0x8000 /* receive FIFO overflowed */ macro
H A Dmace.c909 if (frame_status & (RS_OFLO|RS_CLSN|RS_FRAMERR|RS_FCSERR)) {
911 if (frame_status & RS_OFLO)
H A Dmacmace.c659 if (frame_status & (RS_OFLO | RS_CLSN | RS_FRAMERR | RS_FCSERR)) {
661 if (frame_status & RS_OFLO) {

Completed in 22 milliseconds