Searched refs:max_fte (Results 1 – 8 of 8) sorted by relevance
647 static struct mlx5_flow_table *alloc_flow_table(int level, u16 vport, int max_fte, in alloc_flow_table() argument670 ft->max_fte = max_fte; in alloc_flow_table()975 ft_attr->max_fte ? roundup_pow_of_two(ft_attr->max_fte) : 0, in __mlx5_create_flow_table()984 log_table_sz = ft->max_fte ? ilog2(ft->max_fte) : 0; in __mlx5_create_flow_table()1019 int prio, int max_fte, in mlx5_create_vport_flow_table() argument1024 ft_attr.max_fte = max_fte; in mlx5_create_vport_flow_table()1057 ft_attr.max_fte = num_flow_table_entries; in mlx5_create_auto_grouped_flow_table()1274 group_size = ft->max_fte / (ft->autogroup.required_groups + 1); in alloc_auto_flow_group()1289 if (candidate_index + group_size > ft->max_fte) in alloc_auto_flow_group()2295 ft_attr.max_fte = ANCHOR_SIZE; in create_anchor_flow_table()
117 unsigned int max_fte; member
1088 ft_attr->max_fte = MLX5E_INNER_TTC_TABLE_SIZE; in mlx5e_set_inner_ttc_ft_params()1098 ft_attr->max_fte = MLX5E_TTC_TABLE_SIZE; in mlx5e_set_ttc_ft_params()1327 ft_attr.max_fte = MLX5E_L2_TABLE_SIZE; in mlx5e_create_l2_table()1448 ft_attr.max_fte = MLX5E_VLAN_TABLE_SIZE; in mlx5e_create_vlan_table()
608 ft_attr.max_fte = table_size; in esw_create_offloads_fdb_tables()712 ft_attr.max_fte = dev->priv.sriov.num_vfs + 2; in esw_create_offloads_table()
319 ft_attr.max_fte = MLX5E_ARFS_TABLE_SIZE; in arfs_create_table()
278 ft_attr.max_fte = table_size; in esw_create_legacy_fdb_table()
410 ft_attr->max_fte = MLX5E_NUM_TT; in mlx5e_hairpin_set_ttc_params()
121 int max_fte; member