Home
last modified time | relevance | path

Searched refs:ttconfig (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c2725 const struct mlx5e_tirc_config *ttconfig, in mlx5e_build_indir_tir_ctx_hash() argument
2742 ttconfig->l3_prot_type); in mlx5e_build_indir_tir_ctx_hash()
2744 ttconfig->l4_prot_type); in mlx5e_build_indir_tir_ctx_hash()
2746 ttconfig->rx_hash_fields); in mlx5e_build_indir_tir_ctx_hash()
2749 static void mlx5e_update_rx_hash_fields(struct mlx5e_tirc_config *ttconfig, in mlx5e_update_rx_hash_fields() argument
2753 *ttconfig = tirc_default_config[tt]; in mlx5e_update_rx_hash_fields()
2754 ttconfig->rx_hash_fields = rx_hash_fields; in mlx5e_update_rx_hash_fields()
2763 struct mlx5e_tirc_config ttconfig; in mlx5e_modify_tirs_hash() local
2770 mlx5e_update_rx_hash_fields(&ttconfig, tt, in mlx5e_modify_tirs_hash()
2772 mlx5e_build_indir_tir_ctx_hash(rss, &ttconfig, tirc, false); in mlx5e_modify_tirs_hash()
[all …]
Den.h902 const struct mlx5e_tirc_config *ttconfig,
Den_tc.c580 struct mlx5e_tirc_config ttconfig = mlx5e_tirc_get_default_config(tt); in mlx5e_hairpin_create_indirect_tirs() local
588 mlx5e_build_indir_tir_ctx_hash(&priv->rss_params, &ttconfig, tirc, false); in mlx5e_hairpin_create_indirect_tirs()