Home
last modified time | relevance | path

Searched refs:max_num_groups (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dvporttbl.c39 if (vport_ns->max_num_groups) in esw_vport_tbl_create()
40 ft_attr.autogroup.max_num_groups = vport_ns->max_num_groups; in esw_vport_tbl_create()
42 ft_attr.autogroup.max_num_groups = esw->params.large_group_num; in esw_vport_tbl_create()
H A Dlegacy.c39 ft_attr.autogroup.max_num_groups = 2; in esw_create_legacy_vepa_table()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dsample.c19 .max_num_groups = 0, /* default num of groups */
83 ft_attr.autogroup.max_num_groups = 1; in sampler_termtbl_create()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch_offloads_termtbl.c86 ft_attr.autogroup.max_num_groups = 1; in mlx5_eswitch_termtbl_create()
H A Dfs_core.c1455 int max_num_groups = ft_attr->autogroup.max_num_groups; in mlx5_create_auto_grouped_flow_table() local
1464 if (max_num_groups > autogroups_max_fte) in mlx5_create_auto_grouped_flow_table()
1470 if (autogroups_max_fte / (max_num_groups + 1) > MAX_FLOW_GROUP_SIZE) in mlx5_create_auto_grouped_flow_table()
1471 max_num_groups = (autogroups_max_fte / MAX_FLOW_GROUP_SIZE) - 1; in mlx5_create_auto_grouped_flow_table()
1474 ft->autogroup.required_groups = max_num_groups; in mlx5_create_auto_grouped_flow_table()
1477 ft->autogroup.group_size = autogroups_max_fte / (max_num_groups + 1); in mlx5_create_auto_grouped_flow_table()
H A Deswitch.h752 int max_num_groups; member
H A Den_fs_ethtool.c130 ft_attr.autogroup.max_num_groups = MLX5E_ETHTOOL_NUM_GROUPS; in get_flow_table()
H A Den_fs.c777 ft_attr.autogroup.max_num_groups = 1; in mlx5e_create_promisc_table()
H A Deswitch_offloads.c72 .max_num_groups = MLX5_ESW_VPORT_TBL_NUM_GROUPS,
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dfs_chains.c205 ft_attr.autogroup.max_num_groups = chains->group_num; in mlx5_chains_create_table()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_fs.c133 int max_num_groups, u32 flags) in ipsec_ft_create() argument
138 ft_attr.autogroup.max_num_groups = max_num_groups; in ipsec_ft_create()