Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_ucast_ftree.c1226 cl_qmap_count(&p_ftree->hca_tbl), p_ftree->ca_ports, in fabric_dump_general_info()
1227 p_ftree->cn_num, cl_qmap_count(&p_ftree->sw_tbl)); in fabric_dump_general_info()
1536 cl_list_init(&bfs_list, cl_qmap_count(&p_ftree->sw_tbl)); in bfs_fabric_indexing()
1715 malloc(cl_qmap_count(&p_ftree->sw_tbl) * sizeof(ftree_sw_t *)); in fabric_create_leaf_switch_array()
1723 cl_qmap_count(&p_ftree->sw_tbl) * sizeof(ftree_sw_t *)); in fabric_create_leaf_switch_array()
3964 if (!cl_qmap_count(&p_ftree->cn_guid_tbl)) { in fabric_read_guid_files()
3987 if (!cl_qmap_count(&p_ftree->io_guid_tbl)) { in fabric_read_guid_files()
4079 if (cl_qmap_count(&p_ftree->p_osm->subn.sw_guid_tbl) < 2) { in construct_fabric()
4083 cl_qmap_count(&p_ftree->p_osm->subn.sw_guid_tbl)); in construct_fabric()
4088 if ((cl_qmap_count(&p_ftree->p_osm->subn.node_guid_tbl) - in construct_fabric()
[all …]
H A Dosm_multicast.c160 while (cl_qmap_count(&mgrp->mcm_alias_port_tbl)) { in osm_mgrp_cleanup()
166 while (cl_qmap_count(&mgrp->mcm_port_tbl)) { in osm_mgrp_cleanup()
H A Dosm_ucast_updn.c424 cl_qmap_count(&p_osm->subn.port_guid_tbl)); in updn_find_root_nodes_by_min_hop()
458 cas_num, cl_qmap_count(&p_osm->subn.sw_guid_tbl), thd1, thd2); in updn_find_root_nodes_by_min_hop()
H A Dosm_ucast_mgr.c646 iteration_max = cl_qmap_count(p_sw_guid_tbl); in osm_ucast_mgr_build_lid_matrices()
839 int i, num = cl_qmap_count(&m->p_subn->sw_guid_tbl); in sort_ports_by_switch_load()
1116 if (cl_qmap_count(p_sw_guid_tbl) == 0 || in osm_ucast_mgr_process()
H A Dosm_state_mgr.c1324 if (cl_qmap_count(&sm->p_subn->sw_guid_tbl) in do_sweep()
1357 if (cl_qmap_count(&sm->p_subn->sw_guid_tbl) in do_sweep()
H A Dosm_qos_policy.c75 if (!p_node_guid_tbl || !cl_qmap_count(p_node_guid_tbl)) in __build_nodebyname_hash()
H A Dosm_node_info_rcv.c253 port_num != 0 && cl_qmap_count(&sm->p_subn->sw_guid_tbl) == 0) { in ni_rcv_set_links()
H A Dosm_ucast_cache.c422 if (cl_qmap_count(p_sw_tbl) == 0) { in ucast_cache_validate()
H A Dosm_mcast_mgr.c1192 if (cl_qmap_count(&sm->p_subn->sw_guid_tbl) == 0) { in osm_mcast_mgr_process()
H A Dosm_ucast_lash.c1141 p_lash->num_switches = cl_qmap_count(&p_subn->sw_guid_tbl); in discover_network_properties()
H A Dosm_ucast_dfsssp.c1235 num_sw = cl_qmap_count(sw_tbl); in dfsssp_build_graph()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_multicast.h282 return (cl_qmap_count(&p_mgrp->mcm_port_tbl) == 0); in osm_mgrp_is_empty()
/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_map.h158 return (cl_qmap_count(&p_map->qmap)); in cl_map_count()
H A Dcl_qmap.h316 static inline uint32_t cl_qmap_count(IN const cl_qmap_t * const p_map) in cl_qmap_count() function
/freebsd/contrib/ofed/libibnetdisc/
H A Dquery_smp.c109 while (cl_qmap_count(&engine->smps_on_wire) in process_smp_queue()
/freebsd/contrib/ofed/opensm/complib/
H A Dcl_event_wheel.c486 cl_qmap_count(&p_event_wheel->events_map)); in __cl_event_wheel_dump()