Searched refs:stats_regions (Results 1 – 2 of 2) sorted by relevance
23 list_for_each_entry(region, &ocelot->stats_regions, node) { in ocelot_port_update_stats()42 list_for_each_entry(region, &ocelot->stats_regions, node) { in ocelot_port_transfer_stats()389 INIT_LIST_HEAD(&ocelot->stats_regions); in ocelot_prepare_stats_regions()405 list_add_tail(®ion->node, &ocelot->stats_regions); in ocelot_prepare_stats_regions()411 list_for_each_entry(region, &ocelot->stats_regions, node) { in ocelot_prepare_stats_regions()
971 struct list_head stats_regions; member