Searched refs:num_nh_buckets (Results 1 – 4 of 4) sorted by relevance
152 u16 num_nh_buckets = res_table->num_nh_buckets; in nh_notifier_res_table_info_init() local157 size = struct_size(info->nh_res_table, nhs, num_nh_buckets); in nh_notifier_res_table_info_init()163 info->nh_res_table->num_nh_buckets = num_nh_buckets; in nh_notifier_res_table_info_init()165 for (i = 0; i < num_nh_buckets; i++) { in nh_notifier_res_table_info_init()547 const u16 num_nh_buckets = cfg->nh_grp_res_num_buckets; in nexthop_res_table_alloc() local551 size = struct_size(res_table, nh_buckets, num_nh_buckets); in nexthop_res_table_alloc()562 res_table->num_nh_buckets = num_nh_buckets; in nexthop_res_table_alloc()638 res_table->num_nh_buckets) || in nla_put_nh_group_res()1194 u16 bucket_index = hash % res_table->num_nh_buckets; in nexthop_select_path_res()1574 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
4533 if (nh_res_table->num_nh_buckets < 32) { in mlxsw_sp_nexthop_obj_res_group_size_validate()4543 if (nh_res_table->num_nh_buckets >= size_range->start && in mlxsw_sp_nexthop_obj_res_group_size_validate()4544 nh_res_table->num_nh_buckets <= size_range->end) { in mlxsw_sp_nexthop_obj_res_group_size_validate()4557 nh_res_table->num_nh_buckets, in mlxsw_sp_nexthop_obj_res_group_size_validate()4559 if (err || nh_res_table->num_nh_buckets != alloc_size) { in mlxsw_sp_nexthop_obj_res_group_size_validate()4581 for (i = 0; i < nh_res_table->num_nh_buckets; i++) { in mlxsw_sp_nexthop_obj_res_group_validate()4751 nhs = info->nh_res_table->num_nh_buckets; in mlxsw_sp_nexthop_obj_group_info_init()
1123 occ = info->nh_res_table->num_nh_buckets; in nsim_nexthop_create()