Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/
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()