Home
last modified time | relevance | path

Searched refs:lastbytes (Results 1 – 2 of 2) 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.c63 u64 lastbytes; member
365 counter->lastbytes = counter->cache.bytes; in mlx5_fc_create_ex()
499 *bytes = c.bytes - counter->lastbytes; in mlx5_fc_query_cached()
503 counter->lastbytes = c.bytes; in mlx5_fc_query_cached()