Home
last modified time | relevance | path

Searched refs:lastbytes (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dact_stats.c20 u64 lastbytes; member
78 &act_stats->lastbytes, in mlx5e_tc_act_stats_add()
187 bytes - item->lastbytes, in mlx5e_tc_act_stats_fill_stats()
192 item->lastbytes = bytes; in mlx5e_tc_act_stats_fill_stats()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_counters.c270 counter->lastbytes = counter->cache.bytes; in mlx5_fc_create()
379 *bytes = c.bytes - counter->lastbytes; in mlx5_fc_query_cached()
383 counter->lastbytes = c.bytes; in mlx5_fc_query_cached()
H A Dfs_core.h330 u64 lastbytes; member