Lines Matching defs:net_stats
6801 bnx2_get_stats64(struct net_device *dev, struct rtnl_link_stats64 *net_stats)
6808 net_stats->rx_packets =
6813 net_stats->tx_packets =
6818 net_stats->rx_bytes =
6821 net_stats->tx_bytes =
6824 net_stats->multicast =
6827 net_stats->collisions =
6830 net_stats->rx_length_errors =
6834 net_stats->rx_over_errors =
6838 net_stats->rx_frame_errors =
6841 net_stats->rx_crc_errors =
6844 net_stats->rx_errors = net_stats->rx_length_errors +
6845 net_stats->rx_over_errors + net_stats->rx_frame_errors +
6846 net_stats->rx_crc_errors;
6848 net_stats->tx_aborted_errors =
6854 net_stats->tx_carrier_errors = 0;
6856 net_stats->tx_carrier_errors =
6860 net_stats->tx_errors =
6862 net_stats->tx_aborted_errors +
6863 net_stats->tx_carrier_errors;
6865 net_stats->rx_missed_errors =