Lines Matching defs:stats
507 struct stats {
524 struct stats stats;
1135 config->tno_intr = 0x1; /* TCO stats enable */
1551 nic->dma_addr + offsetof(struct mem, stats))))
1605 struct net_device_stats *ns = &dev->stats;
1606 struct stats *s = &nic->mem->stats;
1611 /* Device's stats reporting may take several microseconds to
1826 dev->stats.tx_packets++;
1827 dev->stats.tx_bytes += cb->skb->len;
2038 dev->stats.rx_packets++;
2039 dev->stats.rx_bytes += (actual_size - fcs_pad);
2682 /* device-specific stats */
2704 struct ethtool_stats *stats, u64 *data)
2710 data[i] = ((unsigned long *)&netdev->stats)[i];