Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dct_fs_hmfs.c50 struct mlx5_ct_fs_hmfs *fs_hmfs = mlx5_ct_fs_priv(fs); in mlx5_ct_fs_hmfs_init()
86 struct mlx5_ct_fs_hmfs *fs_hmfs = mlx5_ct_fs_priv(fs); in mlx5_ct_fs_hmfs_destroy()
115 struct mlx5_ct_fs_hmfs *fs_hmfs = mlx5_ct_fs_priv(fs); in mlx5_ct_fs_hmfs_matcher_get()
157 struct mlx5_ct_fs_hmfs *fs_hmfs = mlx5_ct_fs_priv(fs); in mlx5_ct_fs_hmfs_matcher_put()
191 struct mlx5_ct_fs_hmfs *fs_hmfs = mlx5_ct_fs_priv(fs); in mlx5_ct_fs_hmfs_ct_rule_add()
261 struct mlx5_ct_fs_hmfs *fs_hmfs = mlx5_ct_fs_priv(fs); in mlx5_ct_fs_hmfs_ct_rule_update()
H A Dct_fs_smfs.c113 struct mlx5_ct_fs_smfs *fs_smfs = mlx5_ct_fs_priv(fs); in mlx5_ct_fs_smfs_matcher_get()
171 struct mlx5_ct_fs_smfs *fs_smfs = mlx5_ct_fs_priv(fs); in mlx5_ct_fs_smfs_matcher_put()
186 struct mlx5_ct_fs_smfs *fs_smfs = mlx5_ct_fs_priv(fs); in mlx5_ct_fs_smfs_init()
217 struct mlx5_ct_fs_smfs *fs_smfs = mlx5_ct_fs_priv(fs); in mlx5_ct_fs_smfs_destroy()
226 struct mlx5_ct_fs_smfs *fs_smfs = mlx5_ct_fs_priv(fs); in mlx5_ct_fs_smfs_ct_rule_add()
304 struct mlx5_ct_fs_smfs *fs_smfs = mlx5_ct_fs_priv(fs); in mlx5_ct_fs_smfs_ct_rule_update()
H A Dct_fs.h34 static inline void *mlx5_ct_fs_priv(struct mlx5_ct_fs *fs) in mlx5_ct_fs_priv() function