Lines Matching refs:stats64
473 struct bcm_sysport_stats64 *stats64 = &priv->stats64;
483 stats64->tx_bytes = tx_bytes;
484 stats64->tx_packets = tx_packets;
495 p = (char *)stats64;
743 struct bcm_sysport_stats64 *stats64 = &priv->stats64;
850 stats64->rx_packets++;
851 stats64->rx_bytes += len;
1867 struct bcm_sysport_stats64 *stats64 = &priv->stats64;
1877 stats->rx_packets = stats64->rx_packets;
1878 stats->rx_bytes = stats64->rx_bytes;