Searched refs:mlx5_ttc_get_default_dest (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | fs_ttc.h | 65 mlx5_ttc_get_default_dest(struct mlx5_ttc_table *ttc,
|
H A D | fs_ttc.c | 776 mlx5_ttc_get_default_dest(struct mlx5_ttc_table *ttc, in mlx5_ttc_get_default_dest() function 790 struct mlx5_flow_destination dest = mlx5_ttc_get_default_dest(ttc, type); in mlx5_ttc_fwd_default_dest()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | fs_tt_redirect.c | 126 dest = mlx5_ttc_get_default_dest(ttc, fs_udp2tt(type)); in fs_udp_add_default_rule() 407 dest = mlx5_ttc_get_default_dest(ttc, MLX5_TT_ANY); in fs_any_add_default_rule()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | fs_tcp.c | 161 dest = mlx5_ttc_get_default_dest(ttc, fs_accel2tt(type)); in accel_fs_tcp_add_default_rule()
|
H A D | ipsec_fs.c | 603 old_dest = mlx5_ttc_get_default_dest(mlx5e_fs_get_ttc(ipsec->fs, false), in handle_ipsec_rx_bringup() 621 new_dest = mlx5_ttc_get_default_dest(mlx5e_fs_get_ttc(ipsec->fs, false), in handle_ipsec_rx_cleanup() 766 *dest = mlx5_ttc_get_default_dest(attr->ttc, family2tt(attr->family)); in ipsec_rx_status_pass_dest_get() 792 mlx5_ttc_get_default_dest(attr->ttc, in ipsec_rx_sa_miss_dest_get()
|