diff options
| author | Jakub Kicinski <kuba@kernel.org> | 2025-09-24 03:17:32 +0300 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2025-09-24 03:17:32 +0300 |
| commit | 181d981b14bf0722d879d5d69ea4e5e0b61c5d92 (patch) | |
| tree | b396590a71aba28a4b46aeb4c4bc7dd00363d33a /include/linux | |
| parent | 0efdfbba2e59626b9e924efba2a50b36d14bc276 (diff) | |
| parent | 6d0477d0d067a53c1d48d0aff1fd52e151721871 (diff) | |
| download | linux-181d981b14bf0722d879d5d69ea4e5e0b61c5d92.tar.xz | |
Merge branch 'mlx5-misc-fixes-2025-09-22'
Tariq Toukan says:
====================
mlx5 misc fixes 2025-09-22
This patchset provides misc bug fixes from the team to the mlx5 Eth
and core drivers.
====================
Link: https://patch.msgid.link/1758525094-816583-1-git-send-email-tariqt@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mlx5/fs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mlx5/fs.h b/include/linux/mlx5/fs.h index 86055d55836d..6ac76a0c3827 100644 --- a/include/linux/mlx5/fs.h +++ b/include/linux/mlx5/fs.h @@ -308,6 +308,8 @@ struct mlx5_fc *mlx5_fc_create(struct mlx5_core_dev *dev, bool aging); void mlx5_fc_destroy(struct mlx5_core_dev *dev, struct mlx5_fc *counter); struct mlx5_fc *mlx5_fc_local_create(u32 counter_id, u32 offset, u32 bulk_size); void mlx5_fc_local_destroy(struct mlx5_fc *counter); +void mlx5_fc_local_get(struct mlx5_fc *counter); +void mlx5_fc_local_put(struct mlx5_fc *counter); u64 mlx5_fc_query_lastuse(struct mlx5_fc *counter); void mlx5_fc_query_cached(struct mlx5_fc *counter, u64 *bytes, u64 *packets, u64 *lastuse); |
