Searched refs:num_nh_buckets (Results 1 – 4 of 4) sorted by relevance
153 u16 num_nh_buckets = res_table->num_nh_buckets; in nh_notifier_res_table_info_init() local158 size = struct_size(info->nh_res_table, nhs, num_nh_buckets); in nh_notifier_res_table_info_init()164 info->nh_res_table->num_nh_buckets = num_nh_buckets; in nh_notifier_res_table_info_init()166 for (i = 0; i < num_nh_buckets; i++) { in nh_notifier_res_table_info_init()548 const u16 num_nh_buckets = cfg->nh_grp_res_num_buckets; in nexthop_res_table_alloc() local552 size = struct_size(res_table, nh_buckets, num_nh_buckets); in nexthop_res_table_alloc()563 res_table->num_nh_buckets = num_nh_buckets; in nexthop_res_table_alloc()639 res_table->num_nh_buckets) || in nla_put_nh_group_res()1195 u16 bucket_index = hash % res_table->num_nh_buckets; in nexthop_select_path_res()1575 for (i = 0; i < res_table->num_nh_buckets; i++) { in nh_res_table_upkeep()[all …]
94 u16 num_nh_buckets; member202 u16 num_nh_buckets; member
4625 if (nh_res_table->num_nh_buckets < 32) { in mlxsw_sp_nexthop_obj_res_group_size_validate()4635 if (nh_res_table->num_nh_buckets >= size_range->start && in mlxsw_sp_nexthop_obj_res_group_size_validate()4636 nh_res_table->num_nh_buckets <= size_range->end) { in mlxsw_sp_nexthop_obj_res_group_size_validate()4649 nh_res_table->num_nh_buckets, in mlxsw_sp_nexthop_obj_res_group_size_validate()4651 if (err || nh_res_table->num_nh_buckets != alloc_size) { in mlxsw_sp_nexthop_obj_res_group_size_validate()4673 for (i = 0; i < nh_res_table->num_nh_buckets; i++) { in mlxsw_sp_nexthop_obj_res_group_validate()4843 nhs = info->nh_res_table->num_nh_buckets; in mlxsw_sp_nexthop_obj_group_info_init()
1138 occ = info->nh_res_table->num_nh_buckets; in nsim_nexthop_create()