Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec.c1008 mlx5_fc_query_cached(ipsec_rule->auth.fc, &auth_bytes, in mlx5e_xfrm_update_stats()
1013 mlx5_fc_query_cached(ipsec_rule->trailer.fc, &trailer_bytes, in mlx5e_xfrm_update_stats()
1022 mlx5_fc_query_cached(ipsec_rule->replay.fc, &replay_bytes, in mlx5e_xfrm_update_stats()
1028 mlx5_fc_query_cached(ipsec_rule->fc, &bytes, &packets, &lastuse); in mlx5e_xfrm_update_stats()
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
Dmeter.c588 mlx5_fc_query_cached(meter->act_counter, &bytes1, &packets1, &lastuse1); in mlx5e_tc_meter_get_stats()
589 mlx5_fc_query_cached(meter->drop_counter, &bytes2, &packets2, &lastuse2); in mlx5e_tc_meter_get_stats()
/linux-6.14.4/include/linux/mlx5/
Dfs.h305 void mlx5_fc_query_cached(struct mlx5_fc *counter,
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_counters.c372 void mlx5_fc_query_cached(struct mlx5_fc *counter, in mlx5_fc_query_cached() function
Den_tc.c4964 mlx5_fc_query_cached(counter, &bytes, &packets, &lastuse); in mlx5e_stats_flower()
4992 mlx5_fc_query_cached(counter, &bytes2, &packets2, in mlx5e_stats_flower()
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_ct.c1344 mlx5_fc_query_cached(entry->counter->counter, &bytes, &packets, &lastuse); in mlx5_tc_ct_block_flow_offload_stats()