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

/drivers/staging/vt6655/
H A Ddpc.c277 struct net_device_stats *pStats = &pDevice->dev->stats; local
856 pStats->rx_bytes += skb->len;
857 pStats->rx_packets++;
H A Ddevice_main.c1401 struct net_device_stats *pStats = &pDevice->dev->stats; local
1444 pStats->tx_packets++;
1445 pStats->tx_bytes += pTD->pTDInfo->skb->len;
1449 pStats->tx_errors++;
1450 pStats->tx_dropped++;
1490 pStats->tx_errors--;
1491 pStats->tx_dropped--;

Completed in 48 milliseconds