Home
last modified time | relevance | path

Searched refs:mlx5_ttc_fwd_dest (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dfs_ttc.h61 int mlx5_ttc_fwd_dest(struct mlx5_ttc_table *ttc, enum mlx5_traffic_types type,
Dfs_ttc.c583 int mlx5_ttc_fwd_dest(struct mlx5_ttc_table *ttc, enum mlx5_traffic_types type, in mlx5_ttc_fwd_dest() function
607 return mlx5_ttc_fwd_dest(ttc, type, &dest); in mlx5_ttc_fwd_default_dest()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
Dfs_tt_redirect.c287 err = mlx5_ttc_fwd_dest(ttc, fs_udp2tt(i), &dest); in fs_udp_enable()
542 err = mlx5_ttc_fwd_dest(ttc, MLX5_TT_ANY, &dest); in fs_any_enable()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dfs_tcp.c334 err = mlx5_ttc_fwd_dest(ttc, fs_accel2tt(i), &dest); in accel_fs_tcp_enable()
Dipsec_fs.c327 mlx5_ttc_fwd_dest(attr->ttc, family2tt(attr->family), &dest); in ipsec_rx_ft_connect()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/
Den_arfs.c164 err = mlx5_ttc_fwd_dest(ttc, arfs_get_tt(i), &dest); in mlx5e_arfs_enable()