Lines Matching refs:net_stats

850 	const struct rtnl_link_stats64 *net_stats;  in hns_get_ethtool_stats()  local
860 net_stats = dev_get_stats(netdev, &temp); in hns_get_ethtool_stats()
863 p[0] = net_stats->rx_packets; in hns_get_ethtool_stats()
864 p[1] = net_stats->tx_packets; in hns_get_ethtool_stats()
865 p[2] = net_stats->rx_bytes; in hns_get_ethtool_stats()
866 p[3] = net_stats->tx_bytes; in hns_get_ethtool_stats()
867 p[4] = net_stats->rx_errors; in hns_get_ethtool_stats()
868 p[5] = net_stats->tx_errors; in hns_get_ethtool_stats()
869 p[6] = net_stats->rx_dropped; in hns_get_ethtool_stats()
870 p[7] = net_stats->tx_dropped; in hns_get_ethtool_stats()
871 p[8] = net_stats->multicast; in hns_get_ethtool_stats()
872 p[9] = net_stats->collisions; in hns_get_ethtool_stats()
873 p[10] = net_stats->rx_over_errors; in hns_get_ethtool_stats()
874 p[11] = net_stats->rx_crc_errors; in hns_get_ethtool_stats()
875 p[12] = net_stats->rx_frame_errors; in hns_get_ethtool_stats()
876 p[13] = net_stats->rx_fifo_errors; in hns_get_ethtool_stats()
877 p[14] = net_stats->rx_missed_errors; in hns_get_ethtool_stats()
878 p[15] = net_stats->tx_aborted_errors; in hns_get_ethtool_stats()
879 p[16] = net_stats->tx_carrier_errors; in hns_get_ethtool_stats()
880 p[17] = net_stats->tx_fifo_errors; in hns_get_ethtool_stats()
881 p[18] = net_stats->tx_heartbeat_errors; in hns_get_ethtool_stats()
882 p[19] = net_stats->rx_length_errors; in hns_get_ethtool_stats()
883 p[20] = net_stats->tx_window_errors; in hns_get_ethtool_stats()
884 p[21] = net_stats->rx_compressed; in hns_get_ethtool_stats()
885 p[22] = net_stats->tx_compressed; in hns_get_ethtool_stats()