Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/sk98lin/
Dskgesirq.c938 if (RxCts == pPrt->PPrevRx) { in SkGePortCheckShorts()
950 if (((RxCts - pPrt->PPrevRx) > pPrt->PRxLim) || in SkGePortCheckShorts()
960 pPrt->PPrevRx = RxCts; in SkGePortCheckShorts()
978 pPrt->PPrevRx = RxCts; in SkGePortCheckShorts()
2015 pPrt->PPrevRx = 0;
Dskgeinit.c1375 pPrt->PPrevRx = 0; in SkGeInit0()
/linux-2.4.37.9/drivers/net/sk98lin/h/
Dskgeinit.h315 SK_U64 PPrevRx; /* Previous RxOk Counter checking */ member