Searched full:max_hops (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/ofed/opensm/opensm/ |
| H A D | osm_ucast_dnup.c | 107 OUT uint8_t * max_hops) in dnup_bfs_by_node() argument 194 if(max_hops && current_min_hop + 1 > *max_hops) { in dnup_bfs_by_node() 195 *max_hops = current_min_hop + 1; in dnup_bfs_by_node() 302 uint8_t max_hops = 0; in dnup_set_min_hop_table() local 330 dnup_bfs_by_node(p_log, p_subn, p_sw, 0, &max_hops); in dnup_set_min_hop_table() 349 dnup_bfs_by_node(p_log, p_subn, p_sw, max_hops + 1, NULL); in dnup_set_min_hop_table()
|
| H A D | osm_mcast_mgr.c | 224 uint32_t max_hops = 0, hops; in mcast_mgr_compute_max_hops() local 241 if (hops > max_hops) in mcast_mgr_compute_max_hops() 242 max_hops = hops; in mcast_mgr_compute_max_hops() 245 /* Note that at this point we might get (max_hops == 0), in mcast_mgr_compute_max_hops() 250 return (float)max_hops; in mcast_mgr_compute_max_hops()
|
| H A D | osm_sa_multipath_record.c | 68 #define MAX_HOPS 64 macro 299 if (hops > MAX_HOPS) { in mpr_rcv_get_path_parms() 309 MAX_HOPS); in mpr_rcv_get_path_parms()
|
| H A D | osm_sa_path_record.c | 80 #define MAX_HOPS 64 macro 405 if (hops > MAX_HOPS) { in pr_rcv_get_path_parms() 419 MAX_HOPS); in pr_rcv_get_path_parms()
|
| /freebsd/contrib/ofed/libibnetdisc/ |
| H A D | ibnetdisc.c | 103 if (scan->cfg->max_hops && in retract_dpath() 104 f_int->fabric.maxhops_discovered > scan->cfg->max_hops) in retract_dpath() 124 if (scan->cfg->max_hops && in extend_dpath() 125 f_int->fabric.maxhops_discovered > scan->cfg->max_hops) in extend_dpath()
|
| H A D | ibnetdisc.h | 151 unsigned max_hops; member
|
| /freebsd/contrib/ofed/infiniband-diags/src/ |
| H A D | iblinkinfo.c | 566 cfg->max_hops = strtoul(optarg, NULL, 0); in process_opt() 709 if (!config.max_hops) in main() 710 config.max_hops = 1; in main()
|
| H A D | ibqueryerrors.c | 1053 if (!config.max_hops) in main() 1054 config.max_hops = 1; in main()
|
| H A D | ibnetdiscover.c | 1097 {"max_hops", 'm', 0, NULL, in main()
|
| /freebsd/usr.sbin/traceroute6/ |
| H A D | traceroute6.c | 332 static u_long max_hops = 30; variable 378 max_hops = i; in main() 468 max_hops = strtoul(optarg, &ep, 0); in main() 469 if (errno || !*optarg || *ep || max_hops > 255) { in main() 584 if (max_hops < first_hop) { in main() 909 max_hops, in main() 948 for (hops = first_hop; hops <= max_hops; ++hops) { in main()
|
| /freebsd/contrib/ofed/infiniband-diags/man/ |
| H A D | ibnetdiscover.8 | 73 \fB\-m, \-\-max_hops\fP
|
| /freebsd/sys/dev/qlnx/qlnxe/ |
| H A D | ecore_dbg_values.h | 1867 0x040c8100, /* rgsrc.cache_en .. rgsrc.max_hops (4 regs) */ 1874 0x040c8900, /* tgsrc.cache_en .. tgsrc.max_hops (4 regs) */
|