Searched refs:best_port (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_switch.c270 uint8_t best_port = 0; local
490 best_port = port_num;
506 best_port = port_num;
528 best_port = 0;
553 best_port = port_paths[idx].port_num;
567 best_port = port_paths[idx].port_num;
577 if (routing_for_lmc && best_port && !scatter_ports) {
580 best_port = best_port_other_sys;
582 best_port = best_port_other_node;
590 best_port
[all...]
H A Dosm_dump.c124 uint8_t best_port; local
225 best_port = osm_switch_recommend_path(p_sw, p_port,
232 best_hops, best_port);
/freebsd-13-stable/contrib/ofed/libibumad/
H A Dumad.c323 static const char *resolve_ca_name(const char *ca_name, int *best_port) argument
329 if (ca_name && (!best_port || *best_port))
333 if (resolve_ca_port(ca_name, best_port) < 0)
346 port = best_port ? *best_port : 0;
354 if (best_port)
355 *best_port = port;
371 if (best_port)
372 *best_port
[all...]

Completed in 65 milliseconds