Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_counters.c61 u64 lastbytes; member
315 counter->lastbytes = counter->cache.bytes; in mlx5_fc_create()
440 *bytes = c.bytes - counter->lastbytes; in mlx5_fc_query_cached()
444 counter->lastbytes = c.bytes; in mlx5_fc_query_cached()