Searched refs:mlx5_ttc_table (Results 1 – 11 of 11) sorted by relevance
| /drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| A D | fs_ttc.h | 40 struct mlx5_ttc_table; 53 struct mlx5_flow_table *mlx5_get_ttc_flow_table(struct mlx5_ttc_table *ttc); 55 struct mlx5_ttc_table *mlx5_create_ttc_table(struct mlx5_core_dev *dev, 57 void mlx5_destroy_ttc_table(struct mlx5_ttc_table *ttc); 59 struct mlx5_ttc_table *mlx5_create_inner_ttc_table(struct mlx5_core_dev *dev, 62 int mlx5_ttc_fwd_dest(struct mlx5_ttc_table *ttc, enum mlx5_traffic_types type, 65 mlx5_ttc_get_default_dest(struct mlx5_ttc_table *ttc, 67 int mlx5_ttc_fwd_default_dest(struct mlx5_ttc_table *ttc,
|
| A D | fs_ttc.c | 32 struct mlx5_ttc_table { struct 40 struct mlx5_flow_table *mlx5_get_ttc_flow_table(struct mlx5_ttc_table *ttc) in mlx5_get_ttc_flow_table() argument 45 static void mlx5_cleanup_ttc_rules(struct mlx5_ttc_table *ttc) in mlx5_cleanup_ttc_rules() 331 struct mlx5_ttc_table *ttc, in mlx5_generate_ttc_table_rules() 388 static int mlx5_create_ttc_table_groups(struct mlx5_ttc_table *ttc, in mlx5_create_ttc_table_groups() 516 struct mlx5_ttc_table *ttc, in mlx5_generate_inner_ttc_table_rules() 636 struct mlx5_ttc_table *ttc; in mlx5_create_inner_ttc_table() 690 void mlx5_destroy_ttc_table(struct mlx5_ttc_table *ttc) in mlx5_destroy_ttc_table() 714 struct mlx5_ttc_table *ttc; in mlx5_create_ttc_table() 776 mlx5_ttc_get_default_dest(struct mlx5_ttc_table *ttc, in mlx5_ttc_get_default_dest() [all …]
|
| /drivers/net/ethernet/mellanox/mlx5/core/en/ |
| A D | fs_tt_redirect.c | 116 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in fs_udp_add_default_rule() 260 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in fs_udp_disable() 278 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in fs_udp_enable() 398 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in fs_any_add_default_rule() 519 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in fs_any_disable() 535 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in fs_any_enable()
|
| A D | fs.h | 178 struct mlx5_ttc_table *mlx5e_fs_get_ttc(struct mlx5e_flow_steering *fs, bool inner); 179 void mlx5e_fs_set_ttc(struct mlx5e_flow_steering *fs, struct mlx5_ttc_table *ttc, bool inner);
|
| /drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| A D | fs_tcp.c | 152 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in accel_fs_tcp_add_default_rule() 305 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in accel_fs_tcp_disable() 325 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in accel_fs_tcp_enable()
|
| A D | ipsec.h | 184 struct mlx5_ttc_table *ttc;
|
| A D | ipsec_fs.c | 674 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(ipsec->fs, false); in ipsec_rx_ft_disconnect()
|
| /drivers/net/ethernet/mellanox/mlx5/core/lag/ |
| A D | port_sel.h | 20 struct mlx5_ttc_table *ttc;
|
| /drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | en_fs.c | 60 struct mlx5_ttc_table *ttc; 61 struct mlx5_ttc_table *inner_ttc; 1516 struct mlx5_ttc_table *mlx5e_fs_get_ttc(struct mlx5e_flow_steering *fs, bool inner) in mlx5e_fs_get_ttc() 1521 void mlx5e_fs_set_ttc(struct mlx5e_flow_steering *fs, struct mlx5_ttc_table *ttc, bool inner) in mlx5e_fs_set_ttc()
|
| A D | en_arfs.c | 124 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in arfs_disable() 161 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs, false); in mlx5e_arfs_enable()
|
| A D | en_tc.c | 579 struct mlx5_ttc_table *ttc; 855 struct mlx5_ttc_table *ttc; in mlx5e_hairpin_rss_init()
|
Completed in 32 milliseconds