Searched refs:mlx5_ttc_table (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | fs_ttc.h | 40 struct mlx5_ttc_table; 52 struct mlx5_flow_table *mlx5_get_ttc_flow_table(struct mlx5_ttc_table *ttc); 54 struct mlx5_ttc_table *mlx5_create_ttc_table(struct mlx5_core_dev *dev, 56 void mlx5_destroy_ttc_table(struct mlx5_ttc_table *ttc); 58 struct mlx5_ttc_table *mlx5_create_inner_ttc_table(struct mlx5_core_dev *dev, 61 int mlx5_ttc_fwd_dest(struct mlx5_ttc_table *ttc, enum mlx5_traffic_types type, 64 mlx5_ttc_get_default_dest(struct mlx5_ttc_table *ttc, 66 int mlx5_ttc_fwd_default_dest(struct mlx5_ttc_table *ttc,
|
D | fs_ttc.c | 29 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() 291 static int mlx5_create_ttc_table_groups(struct mlx5_ttc_table *ttc, in mlx5_create_ttc_table_groups() 398 struct mlx5_ttc_table *ttc) in mlx5_generate_inner_ttc_table_rules() 433 static int mlx5_create_inner_ttc_table_groups(struct mlx5_ttc_table *ttc) in mlx5_create_inner_ttc_table_groups() 496 struct mlx5_ttc_table *mlx5_create_inner_ttc_table(struct mlx5_core_dev *dev, in mlx5_create_inner_ttc_table() 499 struct mlx5_ttc_table *ttc; in mlx5_create_inner_ttc_table() 530 void mlx5_destroy_ttc_table(struct mlx5_ttc_table *ttc) in mlx5_destroy_ttc_table() [all …]
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | fs_tt_redirect.c | 116 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in fs_udp_add_default_rule() 259 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in fs_udp_disable() 277 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in fs_udp_enable() 397 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in fs_any_add_default_rule() 517 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in fs_any_disable() 533 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in fs_any_enable()
|
D | fs.h | 158 struct mlx5_ttc_table *mlx5e_fs_get_ttc(struct mlx5e_flow_steering *fs, bool inner); 159 void mlx5e_fs_set_ttc(struct mlx5e_flow_steering *fs, struct mlx5_ttc_table *ttc, bool inner);
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/lag/ |
D | port_sel.h | 20 struct mlx5_ttc_table *ttc;
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
D | fs_tcp.c | 152 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in accel_fs_tcp_add_default_rule() 304 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in accel_fs_tcp_disable() 324 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in accel_fs_tcp_enable()
|
D | ipsec_fs.c | 178 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(priv->fs, false); in rx_create() 234 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(priv->fs, false); in rx_ft_get() 265 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(priv->fs, false); in rx_ft_put()
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_fs.c | 59 struct mlx5_ttc_table *ttc; 60 struct mlx5_ttc_table *inner_ttc; 1498 struct mlx5_ttc_table *mlx5e_fs_get_ttc(struct mlx5e_flow_steering *fs, bool inner) in mlx5e_fs_get_ttc() 1503 void mlx5e_fs_set_ttc(struct mlx5e_flow_steering *fs, struct mlx5_ttc_table *ttc, bool inner) in mlx5e_fs_set_ttc()
|
D | en_arfs.c | 119 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in arfs_disable() 146 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in mlx5e_arfs_enable()
|
D | en_tc.c | 547 struct mlx5_ttc_table *ttc; 816 struct mlx5_ttc_table *ttc; in mlx5e_hairpin_rss_init()
|