Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/sk98lin/
Dskdim.c360 SK_U64 RxPort1IntDiff = 0; in GetIsrCalls() local
373 RxPort1IntDiff = pAC->Pnmi.Port[1].RxIntrCts - in GetIsrCalls()
380 RxPort1IntDiff = pAC->Pnmi.Port[1].RxIntrCts - in GetIsrCalls()
391 return (RxPort0IntDiff + RxPort1IntDiff + TxPort0IntDiff + TxPort1IntDiff); in GetIsrCalls()
409 SK_U64 RxPort1IntDiff = 0; in GetRxCalls() local
412 RxPort1IntDiff = pAC->Pnmi.Port[1].RxIntrCts - in GetRxCalls()
418 return (RxPort0IntDiff + RxPort1IntDiff); in GetRxCalls()