Lines Matching defs:net_stats
6816 bnx2_get_stats64(struct net_device *dev, struct rtnl_link_stats64 *net_stats)
6823 net_stats->rx_packets =
6828 net_stats->tx_packets =
6833 net_stats->rx_bytes =
6836 net_stats->tx_bytes =
6839 net_stats->multicast =
6842 net_stats->collisions =
6845 net_stats->rx_length_errors =
6849 net_stats->rx_over_errors =
6853 net_stats->rx_frame_errors =
6856 net_stats->rx_crc_errors =
6859 net_stats->rx_errors = net_stats->rx_length_errors +
6860 net_stats->rx_over_errors + net_stats->rx_frame_errors +
6861 net_stats->rx_crc_errors;
6863 net_stats->tx_aborted_errors =
6869 net_stats->tx_carrier_errors = 0;
6871 net_stats->tx_carrier_errors =
6875 net_stats->tx_errors =
6877 net_stats->tx_aborted_errors +
6878 net_stats->tx_carrier_errors;
6880 net_stats->rx_missed_errors =