Searched refs:hw_stats_seqcount (Results 1 – 2 of 2) sorted by relevance
568 write_seqcount_begin(&lp->hw_stats_seqcount); in axienet_stats_update() 576 write_seqcount_end(&lp->hw_stats_seqcount); in axienet_stats_update() 633 write_seqcount_begin(&lp->hw_stats_seqcount); in __axienet_device_reset() 643 write_seqcount_end(&lp->hw_stats_seqcount); in __axienet_device_reset() 1861 start = read_seqcount_begin(&lp->hw_stats_seqcount); in axienet_get_stats64() 1884 } while (read_seqcount_retry(&lp->hw_stats_seqcount, start)); in axienet_get_stats64() 2314 start = read_seqcount_begin(&lp->hw_stats_seqcount); in axienet_ethtools_get_ethtool_stats() 2324 } while (read_seqcount_retry(&lp->hw_stats_seqcount, start)); in axienet_ethtools_get_ethtool_stats() 2374 start = read_seqcount_begin(&lp->hw_stats_seqcount); in axienet_ethtools_get_pause_stats() 2379 } while (read_seqcount_retry(&lp->hw_stats_seqcount, star in axienet_ethtools_get_pause_stats() [all...]
520 * @hw_stats_seqcount: Sequence counter for @hw_stat_base, @hw_last_counter,522 * @stats_lock: Lock for @hw_stats_seqcount601 seqcount_mutex_t hw_stats_seqcount; member