Home
last modified time | relevance | path

Searched refs:stats_saved (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/3com/
H A Dtyphoon.c280 struct net_device_stats stats_saved; member
895 struct net_device_stats *saved = &tp->stats_saved; in typhoon_do_get_stats()
948 struct net_device_stats *saved = &tp->stats_saved; in typhoon_get_stats()
1995 memcpy(&tp->stats_saved, &tp->dev->stats, sizeof(struct net_device_stats)); in typhoon_stop_runtime()
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c1297 struct intel_engine_guc_stats stats_saved, *stats = &engine->stats.guc; in guc_engine_busyness() local
1328 stats_saved = *stats; in guc_engine_busyness()
1338 *stats = stats_saved; in guc_engine_busyness()