Lines Matching refs:u64_stats_read
1330 data[i] = u64_stats_read((u64_stats_t *)(p + s->stat_offset)); in bcmgenet_get_ethtool_stats()
3611 tx_bytes = u64_stats_read(&tx_stats->bytes); in bcmgenet_get_stats64()
3612 tx_packets = u64_stats_read(&tx_stats->packets); in bcmgenet_get_stats64()
3613 tx_errors = u64_stats_read(&tx_stats->errors); in bcmgenet_get_stats64()
3614 tx_dropped = u64_stats_read(&tx_stats->dropped); in bcmgenet_get_stats64()
3627 rx_bytes = u64_stats_read(&rx_stats->bytes); in bcmgenet_get_stats64()
3628 rx_packets = u64_stats_read(&rx_stats->packets); in bcmgenet_get_stats64()
3629 rx_errors = u64_stats_read(&rx_stats->errors); in bcmgenet_get_stats64()
3630 rx_dropped = u64_stats_read(&rx_stats->dropped); in bcmgenet_get_stats64()
3631 rx_missed = u64_stats_read(&rx_stats->missed); in bcmgenet_get_stats64()
3632 rx_length_errors = u64_stats_read(&rx_stats->length_errors); in bcmgenet_get_stats64()
3633 rx_over_errors = u64_stats_read(&rx_stats->over_errors); in bcmgenet_get_stats64()
3634 rx_crc_errors = u64_stats_read(&rx_stats->crc_errors); in bcmgenet_get_stats64()
3635 rx_frame_errors = u64_stats_read(&rx_stats->frame_errors); in bcmgenet_get_stats64()
3636 rx_fragmented_errors = u64_stats_read(&rx_stats->fragmented_errors); in bcmgenet_get_stats64()
3637 multicast = u64_stats_read(&rx_stats->multicast); in bcmgenet_get_stats64()