Home
last modified time | relevance | path

Searched refs:ring_total_stats (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c2545 struct rtnl_link_stats64 ring_total_stats; in hns3_nic_get_stats64() local
2554 memset(&ring_total_stats, 0, sizeof(ring_total_stats)); in hns3_nic_get_stats64()
2565 stats->tx_bytes = ring_total_stats.tx_bytes; in hns3_nic_get_stats64()
2566 stats->tx_packets = ring_total_stats.tx_packets; in hns3_nic_get_stats64()
2567 stats->rx_bytes = ring_total_stats.rx_bytes; in hns3_nic_get_stats64()
2568 stats->rx_packets = ring_total_stats.rx_packets; in hns3_nic_get_stats64()
2570 stats->rx_errors = ring_total_stats.rx_errors; in hns3_nic_get_stats64()
2571 stats->multicast = ring_total_stats.multicast; in hns3_nic_get_stats64()
2576 stats->tx_errors = ring_total_stats.tx_errors; in hns3_nic_get_stats64()
2577 stats->rx_dropped = ring_total_stats.rx_dropped; in hns3_nic_get_stats64()
[all …]