• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/ofed/opensm/opensm/

Lines Matching defs:fabric

1105 	/* track the max lid (in host order) that exists in the fabric */
1179 " |- Full fabric topology dump -|\n"
1203 " |- Full fabric topology dump completed -|\n"
1215 "General fabric topology info\n");
1475 "Marking leaf switches in fabric\n");
1848 "Validating fabric topology\n");
2321 /* Loop in the fabric - we already routed the remote switch
2324 "Loop of length %d in the fabric:\n "
2916 * foreach HCA non-CN port in fabric
3002 * foreach switch in fabric
3063 * the fabric. Having these turn in a single place in the fabric
3076 * Now go over all the switches in the fabric that
3587 /* Track the max lid (in host order) that exists in the fabric */
3599 ftree_fabric_t *fabric;
3609 sw = fabric_get_sw_by_guid(c->fabric, cl_hton64(guid));
3611 /* the specified root guid wasn't found in the fabric */
3612 OSM_LOG(&c->fabric->p_osm->log, OSM_LOG_ERROR, "ERR AB24: "
3617 OSM_LOG(&c->fabric->p_osm->log, OSM_LOG_DEBUG,
3639 context.fabric = p_ftree;
3761 /* Now rank rest of the switches in the fabric, while the
3844 /* If root file is not provided, the fabric has to be pure fat-tree
3860 /* we know that there are CNs in the fabric, so just to be sure... */
4101 " |- Starting FatTree fabric construction -|\n"
4133 /* Rank all the switches in the fabric.
4134 After that we will know only fabric max switch rank.
4149 "ERR AB2B: Found more than one root on fabric with "
4175 we can complete the fabric ranking - set leaf switches rank. */
4188 /* Mark all the switches in the fabric with rank equal to
4199 /* Assign index to all the switches in the fabric.
4220 /* print general info about fabric topology */
4227 /* the fabric is required to be PURE fat-tree only if the root
4253 " |- Done constructing FatTree fabric (status = %d) -|\n"