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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tulip/
H A Dde4x5.h401 #define MFC_OVFL 0x00010000 /* Missed Frames Counter Overflow Bit */ macro
H A Dde4x5.c1855 lp->stats.rx_missed_errors = (int)(inl(DE4X5_MFC) & (MFC_OVFL | MFC_CNTR));

Completed in 66 milliseconds