Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dfs_ttc.h40 struct mlx5_ttc_table;
50 struct mlx5_flow_table *mlx5_get_ttc_flow_table(struct mlx5_ttc_table *ttc);
52 struct mlx5_ttc_table *mlx5_create_ttc_table(struct mlx5_core_dev *dev,
54 void mlx5_destroy_ttc_table(struct mlx5_ttc_table *ttc);
56 struct mlx5_ttc_table *mlx5_create_inner_ttc_table(struct mlx5_core_dev *dev,
59 int mlx5_ttc_fwd_dest(struct mlx5_ttc_table *ttc, enum mlx5_traffic_types type,
62 mlx5_ttc_get_default_dest(struct mlx5_ttc_table *ttc,
64 int mlx5_ttc_fwd_default_dest(struct mlx5_ttc_table *ttc,
Dfs_ttc.c29 struct mlx5_ttc_table { struct
37 struct mlx5_flow_table *mlx5_get_ttc_flow_table(struct mlx5_ttc_table *ttc) in mlx5_get_ttc_flow_table() argument
42 static void mlx5_cleanup_ttc_rules(struct mlx5_ttc_table *ttc) in mlx5_cleanup_ttc_rules()
237 struct mlx5_ttc_table *ttc) in mlx5_generate_ttc_table_rules()
287 static int mlx5_create_ttc_table_groups(struct mlx5_ttc_table *ttc, in mlx5_create_ttc_table_groups()
394 struct mlx5_ttc_table *ttc) in mlx5_generate_inner_ttc_table_rules()
427 static int mlx5_create_inner_ttc_table_groups(struct mlx5_ttc_table *ttc) in mlx5_create_inner_ttc_table_groups()
490 struct mlx5_ttc_table *mlx5_create_inner_ttc_table(struct mlx5_core_dev *dev, in mlx5_create_inner_ttc_table()
493 struct mlx5_ttc_table *ttc; in mlx5_create_inner_ttc_table()
524 void mlx5_destroy_ttc_table(struct mlx5_ttc_table *ttc) in mlx5_destroy_ttc_table()
[all …]
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/
Dfs.h175 struct mlx5_ttc_table *ttc;
176 struct mlx5_ttc_table *inner_ttc;
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c345 struct mlx5_ttc_table *ttc;