ttconfig         1003 drivers/net/ethernet/mellanox/mlx5/core/en.h 				    const struct mlx5e_tirc_config *ttconfig,
ttconfig         2710 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 				    const struct mlx5e_tirc_config *ttconfig,
ttconfig         2727 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 		 ttconfig->l3_prot_type);
ttconfig         2729 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 		 ttconfig->l4_prot_type);
ttconfig         2731 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 		 ttconfig->rx_hash_fields);
ttconfig         2734 drivers/net/ethernet/mellanox/mlx5/core/en_main.c static void mlx5e_update_rx_hash_fields(struct mlx5e_tirc_config *ttconfig,
ttconfig         2738 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 	*ttconfig                = tirc_default_config[tt];
ttconfig         2739 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 	ttconfig->rx_hash_fields = rx_hash_fields;
ttconfig         2748 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 	struct mlx5e_tirc_config ttconfig;
ttconfig         2755 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 		mlx5e_update_rx_hash_fields(&ttconfig, tt,
ttconfig         2757 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 		mlx5e_build_indir_tir_ctx_hash(rss, &ttconfig, tirc, false);
ttconfig         2767 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 		mlx5e_update_rx_hash_fields(&ttconfig, tt,
ttconfig         2769 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 		mlx5e_build_indir_tir_ctx_hash(rss, &ttconfig, tirc, true);
ttconfig          543 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 		struct mlx5e_tirc_config ttconfig = mlx5e_tirc_get_default_config(tt);
ttconfig          551 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 		mlx5e_build_indir_tir_ctx_hash(&priv->rss_params, &ttconfig, tirc, false);