Home
last modified time | relevance | path

Searched refs:p_ftree (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_ucast_ftree.c226 static inline osm_subn_t *ftree_get_subnet(IN ftree_fabric_t * p_ftree) in ftree_get_subnet() argument
228 return p_ftree->p_subn; in ftree_get_subnet()
473 static void port_group_dump(IN ftree_fabric_t * p_ftree, in port_group_dump() argument
485 if (!OSM_LOG_IS_ACTIVE_V2(&p_ftree->p_osm->log, OSM_LOG_DEBUG)) in port_group_dump()
492 OSM_LOG(&p_ftree->p_osm->log, OSM_LOG_ERROR, "ERR AB33: " in port_group_dump()
506 OSM_LOG(&p_ftree->p_osm->log, OSM_LOG_DEBUG, in port_group_dump()
651 static void sw_dump(IN ftree_fabric_t * p_ftree, IN ftree_sw_t * p_sw) in sw_dump() argument
658 if (!OSM_LOG_IS_ACTIVE_V2(&p_ftree->p_osm->log, OSM_LOG_DEBUG)) in sw_dump()
661 OSM_LOG(&p_ftree->p_osm->log, OSM_LOG_DEBUG, in sw_dump()
669 port_group_dump(p_ftree, p_sw->down_port_groups[i], in sw_dump()
[all …]