Searched refs:max_fte (Results 1 – 18 of 18) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | fs_core.c | 629 fg->start_index < ft->autogroup.max_fte) in del_sw_flow_group() 755 static struct mlx5_flow_table *alloc_flow_table(int level, u16 vport, int max_fte, in alloc_flow_table() argument 778 ft->max_fte = max_fte; in alloc_flow_table() 1106 ft_attr->max_fte ? roundup_pow_of_two(ft_attr->max_fte) : 0, in __mlx5_create_flow_table() 1115 log_table_sz = ft->max_fte ? ilog2(ft->max_fte) : 0; in __mlx5_create_flow_table() 1160 int prio, int max_fte, in mlx5_create_vport_flow_table() argument 1165 ft_attr.max_fte = max_fte; in mlx5_create_vport_flow_table() 1189 int autogroups_max_fte = ft_attr->max_fte - num_reserved_entries; in mlx5_create_auto_grouped_flow_table() 1195 if (num_reserved_entries > ft_attr->max_fte) in mlx5_create_auto_grouped_flow_table() 1204 ft->autogroup.max_fte = autogroups_max_fte; in mlx5_create_auto_grouped_flow_table() [all …]
|
| H A D | fs_core.h | 171 unsigned int max_fte; member 180 unsigned int max_fte; member
|
| H A D | rdma.c | 58 ft_attr.max_fte = 1; in mlx5_rdma_enable_roce_steering()
|
| H A D | en_fs.c | 1145 ft_attr->max_fte = MLX5E_INNER_TTC_TABLE_SIZE; in mlx5e_set_inner_ttc_ft_params() 1155 ft_attr->max_fte = MLX5E_TTC_TABLE_SIZE; in mlx5e_set_ttc_ft_params() 1409 ft_attr.max_fte = MLX5E_L2_TABLE_SIZE; in mlx5e_create_l2_table() 1530 ft_attr.max_fte = MLX5E_VLAN_TABLE_SIZE; in mlx5e_create_vlan_table()
|
| H A D | eswitch_offloads_termtbl.c | 84 ft_attr.max_fte = 1; in mlx5_eswitch_termtbl_create()
|
| H A D | eswitch_offloads.c | 92 ft_attr.max_fte = MLX5_ESW_VPORT_TABLE_SIZE; in esw_vport_tbl_create() 1335 ft_attr.max_fte = table_size; in esw_create_offloads_fdb_tables() 1488 ft_attr.max_fte = esw->total_vports + MLX5_ESW_MISS_FLOWS; in esw_create_offloads_table() 1674 ft_attr.max_fte = 1 << ESW_CHAIN_TAG_METADATA_BITS; in esw_create_restore_table() 1693 ft_attr.max_fte - 1); in esw_create_restore_table()
|
| H A D | en_arfs.c | 300 ft_attr.max_fte = MLX5E_ARFS_TABLE_SIZE; in arfs_create_table()
|
| H A D | en_fs_ethtool.c | 108 ft_attr.max_fte = table_size; in get_flow_table()
|
| H A D | eswitch.c | 303 ft_attr.max_fte = 2; in esw_create_legacy_vepa_table() 344 ft_attr.max_fte = table_size; in esw_create_legacy_fdb_table()
|
| H A D | en_rep.c | 841 ft_attr.max_fte = 0; /* Empty table, miss rule will always point to next table */ in mlx5e_create_rep_root_ft()
|
| H A D | en_tc.c | 647 ft_attr->max_fte = MLX5E_TTC_TABLE_SIZE; in mlx5e_hairpin_set_ttc_params()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | ipsec_fs.c | 140 ft_attr.max_fte = 1; in rx_err_create_ft() 203 ft_attr.max_fte = NUM_IPSEC_FTE; in rx_fs_create() 217 MLX5_SET(create_flow_group_in, flow_group_in, start_flow_index, ft->max_fte - 1); in rx_fs_create() 218 MLX5_SET(create_flow_group_in, flow_group_in, end_flow_index, ft->max_fte - 1); in rx_fs_create() 346 ft_attr.max_fte = NUM_IPSEC_FTE; in tx_create()
|
| H A D | fs_tcp.c | 276 ft_attr.max_fte = MLX5E_ACCEL_FS_TCP_TABLE_SIZE; in accel_fs_tcp_create_table()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| H A D | fs_chains.c | 236 ft_attr.max_fte = sz; in mlx5_chains_create_table() 287 mlx5_chains_put_sz_to_pool(chains, ft->max_fte); in mlx5_chains_destroy_table() 599 ft->max_fte - 2); in mlx5_chains_create_prio() 601 ft->max_fte - 1); in mlx5_chains_create_prio()
|
| /OK3568_Linux_fs/kernel/include/linux/mlx5/ |
| H A D | fs.h | 155 int max_fte; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | tc_ct.c | 1460 ft_attr.max_fte = 2; in mlx5_tc_ct_alloc_pre_ct()
|
| /OK3568_Linux_fs/kernel/drivers/vdpa/mlx5/net/ |
| H A D | mlx5_vnet.c | 1279 ft_attr.max_fte = 1; in add_fwd_to_tir()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/ |
| H A D | fs.c | 749 ft_attr.max_fte = num_entries; in _get_prio()
|