Home
last modified time | relevance | path

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

/src/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_counters.c58 u64 lastpackets; member
359 counter->lastpackets = counter->cache.packets; in mlx5_fc_create_ex()
496 *packets = c.packets - counter->lastpackets; in mlx5_fc_query_cached()
500 counter->lastpackets = c.packets; in mlx5_fc_query_cached()