Searched refs:nb_ranges (Results 1 – 5 of 5) sorted by relevance
505 info->nb_ranges = i; in mlx5_representor_info_get()
684 for (i = 0; i < info->nb_ranges; ++i) { in rte_eth_representor_id_get()
5223 uint32_t nb_ranges; /**< Number of initialized ranges. */ member
2192 if (ctx->info->nb_ranges >= ctx->info->nb_ranges_alloc) { in sfc_get_representors_cb()2197 range = &ctx->info->ranges[ctx->info->nb_ranges]; in sfc_get_representors_cb()2227 ctx->info->nb_ranges++; in sfc_get_representors_cb()
8272 printf("Ranges: %u\n", info->nb_ranges); in cmd_representor_info_parsed()8273 for (i = 0; i < info->nb_ranges; i++) { in cmd_representor_info_parsed()