Searched refs:tc_grp_size (Results 1 – 1 of 1) sorted by relevance
5284 int tc_grp_size, tc_tbl_size; in mlx5e_tc_nic_get_ft_size() local5290 tc_grp_size = min_t(int, max_flow_counter, MLX5E_TC_TABLE_MAX_GROUP_SIZE); in mlx5e_tc_nic_get_ft_size()5292 tc_tbl_size = min_t(int, tc_grp_size * MLX5E_TC_TABLE_NUM_GROUPS, in mlx5e_tc_nic_get_ft_size()