Lines Matching refs:a

939 static void copy_rtnl_link_stats(struct rtnl_link_stats *a,  in copy_rtnl_link_stats()  argument
942 a->rx_packets = b->rx_packets; in copy_rtnl_link_stats()
943 a->tx_packets = b->tx_packets; in copy_rtnl_link_stats()
944 a->rx_bytes = b->rx_bytes; in copy_rtnl_link_stats()
945 a->tx_bytes = b->tx_bytes; in copy_rtnl_link_stats()
946 a->rx_errors = b->rx_errors; in copy_rtnl_link_stats()
947 a->tx_errors = b->tx_errors; in copy_rtnl_link_stats()
948 a->rx_dropped = b->rx_dropped; in copy_rtnl_link_stats()
949 a->tx_dropped = b->tx_dropped; in copy_rtnl_link_stats()
951 a->multicast = b->multicast; in copy_rtnl_link_stats()
952 a->collisions = b->collisions; in copy_rtnl_link_stats()
954 a->rx_length_errors = b->rx_length_errors; in copy_rtnl_link_stats()
955 a->rx_over_errors = b->rx_over_errors; in copy_rtnl_link_stats()
956 a->rx_crc_errors = b->rx_crc_errors; in copy_rtnl_link_stats()
957 a->rx_frame_errors = b->rx_frame_errors; in copy_rtnl_link_stats()
958 a->rx_fifo_errors = b->rx_fifo_errors; in copy_rtnl_link_stats()
959 a->rx_missed_errors = b->rx_missed_errors; in copy_rtnl_link_stats()
961 a->tx_aborted_errors = b->tx_aborted_errors; in copy_rtnl_link_stats()
962 a->tx_carrier_errors = b->tx_carrier_errors; in copy_rtnl_link_stats()
963 a->tx_fifo_errors = b->tx_fifo_errors; in copy_rtnl_link_stats()
964 a->tx_heartbeat_errors = b->tx_heartbeat_errors; in copy_rtnl_link_stats()
965 a->tx_window_errors = b->tx_window_errors; in copy_rtnl_link_stats()
967 a->rx_compressed = b->rx_compressed; in copy_rtnl_link_stats()
968 a->tx_compressed = b->tx_compressed; in copy_rtnl_link_stats()
970 a->rx_nohandler = b->rx_nohandler; in copy_rtnl_link_stats()