Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/sk98lin/
Dskdim.c359 SK_U64 RxPort0IntDiff = 0; in GetIsrCalls() local
376 RxPort0IntDiff = pAC->Pnmi.Port[0].RxIntrCts - in GetIsrCalls()
385 RxPort0IntDiff = pAC->Pnmi.Port[0].RxIntrCts - in GetIsrCalls()
391 return (RxPort0IntDiff + RxPort1IntDiff + TxPort0IntDiff + TxPort1IntDiff); in GetIsrCalls()
408 SK_U64 RxPort0IntDiff = 0; in GetRxCalls() local
415 RxPort0IntDiff = pAC->Pnmi.Port[0].RxIntrCts - in GetRxCalls()
418 return (RxPort0IntDiff + RxPort1IntDiff); in GetRxCalls()