Searched refs:mlx5_ct_fs_priv (Results 1 – 3 of 3) sorted by relevance
50 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()
113 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()
34 static inline void *mlx5_ct_fs_priv(struct mlx5_ct_fs *fs) in mlx5_ct_fs_priv() function