Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/sk98lin/
Dskgepnmi.c1007 SK_U64 NewestValue; in SkPnmiEvent() local
1227 NewestValue = pAC->Pnmi.RlmtChangeCts; in SkPnmiEvent()
1229 pEst->EstValue[CounterIndex] = NewestValue; in SkPnmiEvent()
1235 if (NewestValue >= OldestValue) { in SkPnmiEvent()
1237 Delta = NewestValue - OldestValue; in SkPnmiEvent()
1241 Delta = (SK_U64)(0 - OldestValue) + NewestValue; in SkPnmiEvent()