Searched refs:stats_regions (Results 1 – 2 of 2) sorted by relevance
331 list_for_each_entry(region, &ocelot->stats_regions, node) { in ocelot_port_update_stats()349 list_for_each_entry(region, &ocelot->stats_regions, node) { in ocelot_port_transfer_stats()896 INIT_LIST_HEAD(&ocelot->stats_regions); in ocelot_prepare_stats_regions()927 list_add_tail(®ion->node, &ocelot->stats_regions); in ocelot_prepare_stats_regions()933 list_for_each_entry(region, &ocelot->stats_regions, node) { in ocelot_prepare_stats_regions()
814 struct list_head stats_regions; member