Home
last modified time | relevance | path

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

/src/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_counters.c59 u64 lastbytes; member
358 counter->lastbytes = counter->cache.bytes; in mlx5_fc_create_ex()
495 *bytes = c.bytes - counter->lastbytes; in mlx5_fc_query_cached()
499 counter->lastbytes = c.bytes; in mlx5_fc_query_cached()