Searched refs:pStats (Results 1 - 17 of 17) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/bcm57xx/linux/
H A Db57proc.c193 PT3_STATS_BLOCK pStats = (PT3_STATS_BLOCK) pDevice->pStatsBlkVirt; local
201 pStats = 0;
278 ((pStats == 0) ? 0 :
279 MM_GETSTATS(pStats->ifHCInUcastPkts) +
280 MM_GETSTATS(pStats->ifHCInMulticastPkts) +
281 MM_GETSTATS(pStats->ifHCInBroadcastPkts)));
285 ((pStats == 0) ? 0 :
287 pStats->etherStatsPkts1523Octetsto2047Octets) +
289 pStats->etherStatsPkts2048Octetsto4095Octets) +
291 pStats
[all...]
H A Db57um.c2902 PT3_STATS_BLOCK pStats = (PT3_STATS_BLOCK) pDevice->pStatsBlkVirt; local
2933 else if (pStats == 0) {
2937 return (MM_GETSTATS64(pStats->dot3StatsFCSErrors));
2945 T3_STATS_BLOCK *pStats = (T3_STATS_BLOCK *) pDevice->pStatsBlkVirt; local
2947 if (pStats == 0)
2950 MM_GETSTATS64(pStats->dot3StatsAlignmentErrors) +
2951 MM_GETSTATS64(pStats->etherStatsUndersizePkts) +
2952 MM_GETSTATS64(pStats->etherStatsFragments) +
2953 MM_GETSTATS64(pStats->dot3StatsFramesTooLong) +
2954 MM_GETSTATS64(pStats
2962 PT3_STATS_BLOCK pStats = (PT3_STATS_BLOCK) pDevice->pStatsBlkVirt; local
3949 uint64_t *pStats = local
4801 PT3_STATS_BLOCK pStats = local
4811 PT3_STATS_BLOCK pStats = local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dint.c100 struct net_device_stats *pStats = &pDevice->stats; local
215 pStats->tx_packets = pDevice->scStatistic.ullTsrOK;
216 pStats->tx_bytes = pDevice->scStatistic.ullTxDirectedBytes +
219 pStats->tx_errors = pDevice->scStatistic.dwTsrErr;
220 pStats->tx_dropped = pDevice->scStatistic.dwTsrErr;
H A Ddpc.c324 struct net_device_stats* pStats=&pDevice->stats; local
1004 pStats->rx_bytes +=skb->len;
1005 pStats->rx_packets++;
H A Drxtx.c2753 struct net_device_stats* pStats = &pDevice->stats; local
3055 pStats->tx_dropped++;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/vt6656/
H A Dint.c100 struct net_device_stats *pStats = &pDevice->stats; local
215 pStats->tx_packets = pDevice->scStatistic.ullTsrOK;
216 pStats->tx_bytes = pDevice->scStatistic.ullTxDirectedBytes +
219 pStats->tx_errors = pDevice->scStatistic.dwTsrErr;
220 pStats->tx_dropped = pDevice->scStatistic.dwTsrErr;
H A Ddpc.c324 struct net_device_stats* pStats=&pDevice->stats; local
1004 pStats->rx_bytes +=skb->len;
1005 pStats->rx_packets++;
H A Drxtx.c2753 struct net_device_stats* pStats = &pDevice->stats; local
3055 pStats->tx_dropped++;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dwl_netdev.c251 struct net_device_stats *pStats; local
259 pStats = NULL;
277 pStats = &( lp->wds_port[count].stats );
283 /* If pStats is still NULL, then the device is not a WDS port */
284 if( pStats == NULL ) {
285 pStats = &( lp->stats );
292 return pStats;
609 struct net_device_stats *pStats = NULL; local
635 pStats = &( lp->wds_port[count].stats );
645 /* If pStats i
[all...]
H A Dwl_wext.c3134 struct iw_statistics *pStats; local
3143 pStats = NULL;
3146 pStats = &( lp->wstats );
3147 pStats->qual.updated = 0x00;
3156 pStats->status = 0;
3167 pStats->qual.qual = (u_char) CNV_LITTLE_TO_INT( pQual->coms_qual );
3168 pStats->qual.level = (u_char) dbm( CNV_LITTLE_TO_INT( pQual->signal_lvl ));
3169 pStats->qual.noise = (u_char) dbm( CNV_LITTLE_TO_INT( pQual->noise_lvl ));
3171 pStats->qual.updated |= (IW_QUAL_QUAL_UPDATED |
3176 pStats
3252 struct iw_statistics *pStats = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/wlags49_h2/
H A Dwl_netdev.c251 struct net_device_stats *pStats; local
259 pStats = NULL;
277 pStats = &( lp->wds_port[count].stats );
283 /* If pStats is still NULL, then the device is not a WDS port */
284 if( pStats == NULL ) {
285 pStats = &( lp->stats );
292 return pStats;
609 struct net_device_stats *pStats = NULL; local
635 pStats = &( lp->wds_port[count].stats );
645 /* If pStats i
[all...]
H A Dwl_wext.c3134 struct iw_statistics *pStats; local
3143 pStats = NULL;
3146 pStats = &( lp->wstats );
3147 pStats->qual.updated = 0x00;
3156 pStats->status = 0;
3167 pStats->qual.qual = (u_char) CNV_LITTLE_TO_INT( pQual->coms_qual );
3168 pStats->qual.level = (u_char) dbm( CNV_LITTLE_TO_INT( pQual->signal_lvl ));
3169 pStats->qual.noise = (u_char) dbm( CNV_LITTLE_TO_INT( pQual->noise_lvl ));
3171 pStats->qual.updated |= (IW_QUAL_QUAL_UPDATED |
3176 pStats
3252 struct iw_statistics *pStats = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/bcm57xx/sys/
H A Dtigon3.c9954 PT3_STATS_BLOCK pStats = (PT3_STATS_BLOCK) pDevice->pStatsBlkVirt; local
9961 if (pStats == 0)
9966 &pStats->ifHCOutOctets);
9968 &pStats->etherStatsCollisions);
9970 &pStats->outXonSent);
9972 &pStats->outXoffSent);
9975 &pStats->dot3StatsInternalMacTransmitErrors);
9977 &pStats->dot3StatsSingleCollisionFrames);
9980 &pStats->dot3StatsMultipleCollisionFrames);
9982 &pStats
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/vt6655/
H A Ddpc.c327 struct net_device_stats* pStats=&pDevice->stats; local
986 pStats->rx_length_errors++;
987 pStats->rx_dropped++;
1000 pStats->rx_bytes +=skb->len;
1001 pStats->rx_packets++;
H A Ddevice_main.c1664 struct net_device_stats* pStats = &pDevice->stats;
1710 pStats->tx_packets++;
1711 pStats->tx_bytes += pTD->pTDInfo->skb->len;
1716 pStats->tx_errors++;
1717 pStats->tx_dropped++;
1759 pStats->tx_errors--;
1760 pStats->tx_dropped--;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/vt6655/
H A Ddpc.c327 struct net_device_stats* pStats=&pDevice->stats; local
986 pStats->rx_length_errors++;
987 pStats->rx_dropped++;
1000 pStats->rx_bytes +=skb->len;
1001 pStats->rx_packets++;
H A Ddevice_main.c1664 struct net_device_stats* pStats = &pDevice->stats;
1710 pStats->tx_packets++;
1711 pStats->tx_bytes += pTD->pTDInfo->skb->len;
1716 pStats->tx_errors++;
1717 pStats->tx_dropped++;
1759 pStats->tx_errors--;
1760 pStats->tx_dropped--;

Completed in 155 milliseconds