Searched refs:max_fte (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fs_core.c | 708 static struct mlx5_flow_table *alloc_flow_table(int level, u16 vport, int max_fte, in alloc_flow_table() argument 731 ft->max_fte = max_fte; in alloc_flow_table() 1036 ft_attr->max_fte ? roundup_pow_of_two(ft_attr->max_fte) : 0, in __mlx5_create_flow_table() 1045 log_table_sz = ft->max_fte ? ilog2(ft->max_fte) : 0; in __mlx5_create_flow_table() 1080 int prio, int max_fte, in mlx5_create_vport_flow_table() argument 1085 ft_attr.max_fte = max_fte; in mlx5_create_vport_flow_table() 1118 ft_attr.max_fte = num_flow_table_entries; in mlx5_create_auto_grouped_flow_table() 1130 ft->autogroup.group_size = ft->max_fte / (max_num_groups + 1); in mlx5_create_auto_grouped_flow_table() 1348 if (candidate_index + group_size > ft->max_fte) in alloc_auto_flow_group() 2397 ft_attr.max_fte = ANCHOR_SIZE; in create_anchor_flow_table()
|
D | rdma.c | 58 ft_attr.max_fte = 1; in mlx5_rdma_enable_roce_steering()
|
D | fs_core.h | 158 unsigned int max_fte; member
|
D | en_fs.c | 1138 ft_attr->max_fte = MLX5E_INNER_TTC_TABLE_SIZE; in mlx5e_set_inner_ttc_ft_params() 1148 ft_attr->max_fte = MLX5E_TTC_TABLE_SIZE; in mlx5e_set_ttc_ft_params() 1377 ft_attr.max_fte = MLX5E_L2_TABLE_SIZE; in mlx5e_create_l2_table() 1498 ft_attr.max_fte = MLX5E_VLAN_TABLE_SIZE; in mlx5e_create_vlan_table()
|
D | eswitch_offloads.c | 1001 put_sz_to_pool(esw, fdb_prio_table(esw, chain, prio, l).fdb->max_fte); in esw_put_prio_table() 1102 ft_attr.max_fte = table_size; in esw_create_offloads_fdb_tables() 1256 ft_attr.max_fte = nvports + MLX5_ESW_MISS_FLOWS; in esw_create_offloads_table()
|
D | en_arfs.c | 319 ft_attr.max_fte = MLX5E_ARFS_TABLE_SIZE; in arfs_create_table()
|
D | eswitch.c | 341 ft_attr.max_fte = table_size; in esw_create_legacy_fdb_table()
|
D | en_tc.c | 589 ft_attr->max_fte = MLX5E_NUM_TT; in mlx5e_hairpin_set_ttc_params()
|
/Linux-v5.4/include/linux/mlx5/ |
D | fs.h | 157 int max_fte; member
|