Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amd/
A Damd8111e.c861 struct net_device_stats *new_stats = &dev->stats; in amd8111e_get_stats() local
864 return new_stats; in amd8111e_get_stats()
873 new_stats->tx_packets = amd8111e_read_mib(mmio, xmt_packets); in amd8111e_get_stats()
876 new_stats->rx_bytes = amd8111e_read_mib(mmio, rcv_octets); in amd8111e_get_stats()
879 new_stats->tx_bytes = amd8111e_read_mib(mmio, xmt_octets); in amd8111e_get_stats()
907 new_stats->rx_length_errors = in amd8111e_get_stats()
918 new_stats->rx_frame_errors = in amd8111e_get_stats()
928 new_stats->tx_aborted_errors = in amd8111e_get_stats()
932 new_stats->tx_carrier_errors = in amd8111e_get_stats()
939 new_stats->tx_window_errors = in amd8111e_get_stats()
[all …]
/linux/net/openvswitch/
A Dflow.c91 struct sw_flow_stats *new_stats; in ovs_flow_stats_update() local
93 new_stats = in ovs_flow_stats_update()
100 if (likely(new_stats)) { in ovs_flow_stats_update()
101 new_stats->used = jiffies; in ovs_flow_stats_update()
102 new_stats->packet_count = 1; in ovs_flow_stats_update()
103 new_stats->byte_count = len; in ovs_flow_stats_update()
104 new_stats->tcp_flags = tcp_flags; in ovs_flow_stats_update()
105 spin_lock_init(&new_stats->lock); in ovs_flow_stats_update()
108 new_stats); in ovs_flow_stats_update()

Completed in 9 milliseconds