Searched refs:RxCnt (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6655/
H A Dbssdb.c1677 unsigned long RxOkRatio,RxCnt; local
1684 RxCnt = pDevice->scStatistic.RxFcsErrCnt +
1687 RxOkRatio = (RxCnt < 6) ? 2000:((pDevice->scStatistic.RxOkCnt * 2000) / RxCnt);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dbssdb.c1575 unsigned long RxOkRatio, RxCnt; local
1582 RxCnt = pDevice->scStatistic.RxFcsErrCnt +
1585 RxOkRatio = (RxCnt < 6) ? 2000:((pDevice->scStatistic.RxOkCnt * 2000) / RxCnt);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/pcmcia/
H A Dnmclan_cs.c417 static int mace_rx(struct net_device *dev, unsigned char RxCnt);
1096 static int mace_rx(struct net_device *dev, unsigned char RxCnt) argument
1106 (RxCnt--)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dmlme.c2676 unsigned long RxCnt, RxPER; local
2717 RxCnt = OneSecRxOkCnt + OneSecRxFcsErrCnt;
2718 if (RxCnt < 5)
2721 RxPER = (OneSecRxFcsErrCnt * 100) / RxCnt;

Completed in 133 milliseconds