Searched refs:mlx5_ttc_table (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| H A D | fs_ttc.c | 32 struct mlx5_ttc_table { struct 44 struct mlx5_flow_table *mlx5_get_ttc_flow_table(struct mlx5_ttc_table *ttc) in mlx5_get_ttc_flow_table() argument 49 static void mlx5_cleanup_ttc_rules(struct mlx5_ttc_table *ttc) in mlx5_cleanup_ttc_rules() 252 bool mlx5_ttc_has_esp_flow_group(struct mlx5_ttc_table *ttc) in mlx5_ttc_has_esp_flow_group() 400 struct mlx5_ttc_table *ttc, in mlx5_generate_ttc_table_rules() 461 static int mlx5_create_ttc_table_ipsec_groups(struct mlx5_ttc_table *ttc, in mlx5_create_ttc_table_ipsec_groups() 529 static int mlx5_create_ttc_table_groups(struct mlx5_ttc_table *ttc, in mlx5_create_ttc_table_groups() 667 struct mlx5_ttc_table *ttc, in mlx5_generate_inner_ttc_table_rules() 707 static int mlx5_create_inner_ttc_table_groups(struct mlx5_ttc_table *ttc, in mlx5_create_inner_ttc_table_groups() 785 struct mlx5_ttc_table *mlx5_create_inner_ttc_table(struct mlx5_core_dev *dev, in mlx5_create_inner_ttc_table() [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H 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()
|
| H A D | fs.h | 180 struct mlx5_ttc_table *mlx5e_fs_get_ttc(struct mlx5e_flow_steering *fs, bool inner); 181 void mlx5e_fs_set_ttc(struct mlx5e_flow_steering *fs, struct mlx5_ttc_table *ttc, bool inner);
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/lag/ |
| H A D | port_sel.h | 20 struct mlx5_ttc_table *ttc;
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H 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()
|
| H A D | ipsec.h | 184 struct mlx5_ttc_table *ttc;
|
| H A D | psp.c | 453 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs->fs, false); in accel_psp_fs_rx_create() 479 struct mlx5_ttc_table *ttc; in accel_psp_fs_rx_ft_get() 511 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(fs->fs, false); in accel_psp_fs_rx_ft_put()
|
| H A D | ipsec_fs.c | 590 ipsec_rx_decrypted_pkt_def_dest(struct mlx5_ttc_table *ttc, u32 family) in ipsec_rx_decrypted_pkt_def_dest() 616 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(ipsec->fs, false); in handle_ipsec_rx_bringup() 632 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(ipsec->fs, false); in handle_ipsec_rx_cleanup() 690 struct mlx5_ttc_table *ttc = mlx5e_fs_get_ttc(ipsec->fs, false); in ipsec_rx_ft_disconnect() 828 struct mlx5_ttc_table *ttc, *inner_ttc; in ipsec_rx_ft_connect()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_fs.c | 60 struct mlx5_ttc_table *ttc; 61 struct mlx5_ttc_table *inner_ttc; 1533 struct mlx5_ttc_table *mlx5e_fs_get_ttc(struct mlx5e_flow_steering *fs, bool inner) in mlx5e_fs_get_ttc() 1538 void mlx5e_fs_set_ttc(struct mlx5e_flow_steering *fs, struct mlx5_ttc_table *ttc, bool inner) in mlx5e_fs_set_ttc()
|
| H 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()
|
| H A D | en_tc.c | 580 struct mlx5_ttc_table *ttc; 859 struct mlx5_ttc_table *ttc; in mlx5e_hairpin_rss_init()
|