Searched refs:hw_stats_seqcount (Results 1 – 2 of 2) sorted by relevance
566 write_seqcount_begin(&lp->hw_stats_seqcount); in axienet_stats_update()574 write_seqcount_end(&lp->hw_stats_seqcount); in axienet_stats_update()631 write_seqcount_begin(&lp->hw_stats_seqcount); in __axienet_device_reset()641 write_seqcount_end(&lp->hw_stats_seqcount); in __axienet_device_reset()1846 start = read_seqcount_begin(&lp->hw_stats_seqcount); in axienet_get_stats64()1869 } while (read_seqcount_retry(&lp->hw_stats_seqcount, start)); in axienet_get_stats64()2297 start = read_seqcount_begin(&lp->hw_stats_seqcount); in axienet_ethtools_get_ethtool_stats()2357 start = read_seqcount_begin(&lp->hw_stats_seqcount); in axienet_ethtools_get_pause_stats()2376 start = read_seqcount_begin(&lp->hw_stats_seqcount); in axienet_ethtool_get_eth_mac_stats()2421 start = read_seqcount_begin(&lp->hw_stats_seqcount); in axienet_ethtool_get_eth_ctrl_stats()[all …]
601 seqcount_mutex_t hw_stats_seqcount; member