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

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

Completed in 134 milliseconds