Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/tulip/
Dde4x5.h401 #define MFC_OVFL 0x00010000 /* Missed Frames Counter Overflow Bit */ macro
Dde4x5.c1854 lp->stats.rx_missed_errors = (int)(inl(DE4X5_MFC) & (MFC_OVFL | MFC_CNTR)); in de4x5_get_stats()