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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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++;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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--;

Completed in 208 milliseconds