Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dact_stats.c19 u64 lastpackets; member
79 &act_stats->lastpackets, &lastused); in mlx5e_tc_act_stats_add()
188 pkts - item->lastpackets, in mlx5e_tc_act_stats_fill_stats()
191 item->lastpackets = pkts; in mlx5e_tc_act_stats_fill_stats()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_counters.c62 u64 lastpackets; member
366 counter->lastpackets = counter->cache.packets; in mlx5_fc_create_ex()
500 *packets = c.packets - counter->lastpackets; in mlx5_fc_query_cached()
504 counter->lastpackets = c.packets; in mlx5_fc_query_cached()