Searched refs:cl_qmap_get (Results 1 - 24 of 24) sorted by relevance

/freebsd-10.3-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_multicast.h280 return (cl_qmap_get(&p_mgrp->mcm_port_tbl, port_guid) !=
/freebsd-10.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_multicast.c235 cl_map_item_t *item = cl_qmap_get(&mgrp->mcm_port_tbl, port_guid);
252 p_map_item = cl_qmap_get(&p_mgrp->mcm_port_tbl, port_guid);
H A Dosm_sa_sminfo_record.c307 (osm_remote_sm_t *) cl_qmap_get(p_sm_guid_tbl,
H A Dosm_perfmgr.c212 if ((p_node = cl_qmap_get(&(pm->monitored_map), node_guid)) ==
439 if (cl_qmap_get(&(pm->monitored_map), node_guid)
1095 if ((p_node = cl_qmap_get(&(pm->monitored_map), node_guid)) ==
H A Dosm_subnet.c332 p_switch = (osm_switch_t *) cl_qmap_get(&(p_subn->sw_guid_tbl), guid);
344 p_node = (osm_node_t *) cl_qmap_get(&(p_subn->node_guid_tbl), guid);
356 p_port = (osm_port_t *) cl_qmap_get(&(p_subn->port_guid_tbl), guid);
H A Dosm_prtn.c260 if (cl_qmap_get(m, pkey) == cl_qmap_end(m))
H A Dosm_sminfo_rcv.c490 p_sm = (osm_remote_sm_t *) cl_qmap_get(p_sm_tbl, port_guid);
H A Dosm_perfmgr_db.c81 cl_map_item_t *rc = cl_qmap_get(&(db->pc_data), guid);
722 node = cl_qmap_get(&(db->pc_data), nodeguid);
H A Dosm_qos_policy.c553 if (cl_qmap_get(&p_port_group->port_map, port_guid_ho) !=
984 p_prtn = (osm_prtn_t *)cl_qmap_get(
H A Dosm_qos_parser_y.y2882 if (cl_qmap_get(p_map, cl_ntoh64(osm_physp_get_port_guid(p_physp))) ==
2940 cl_qmap_get(&p_qos_policy->p_subn->prtn_pkey_tbl, pkey);
3021 cl_qmap_get(&p_qos_policy->p_subn->prtn_pkey_tbl, pkey);
H A Dosm_port_info_rcv.c159 p_sm = (osm_remote_sm_t *) cl_qmap_get(p_sm_tbl, port_guid);
H A Dosm_ucast_ftree.c1047 (ftree_sw_tbl_element_t *) cl_qmap_get(&p_ftree->sw_by_tuple_tbl,
1063 p_sw = (ftree_sw_t *) cl_qmap_get(&p_ftree->sw_tbl, guid);
1076 p_hca = (ftree_hca_t *) cl_qmap_get(&p_ftree->hca_tbl, guid);
2879 (name_map_item_t *) cl_qmap_get(&p_ftree->
H A Dosm_sa_multipath_record.c645 (osm_prtn_t *) cl_qmap_get(&sa->p_subn->prtn_pkey_tbl,
690 (osm_prtn_t *) cl_qmap_get(&sa->p_subn->prtn_pkey_tbl,
H A Dosm_sa_path_record.c652 (osm_prtn_t *) cl_qmap_get(&sa->p_subn->prtn_pkey_tbl,
1280 cl_qmap_get(&sa->
H A Dosm_ucast_cache.c147 cl_qmap_get(&p_mgr->cache_sw_tbl, lid_ho);
H A Dosm_sa.c1009 if (cl_qmap_get(&p_mgrp->mcm_port_tbl,
/freebsd-10.3-release/contrib/ofed/management/opensm/complib/
H A Dcl_event_wheel.c308 p_map_item = cl_qmap_get(&p_event_wheel->events_map, key);
413 p_map_item = cl_qmap_get(&p_event_wheel->events_map, key);
454 p_map_item = cl_qmap_get(&p_event_wheel->events_map, key);
H A Dcl_nodenamemap.c128 item = (name_map_item_t *)cl_qmap_get(map, target_guid);
H A Dcl_map.c230 cl_map_item_t *cl_qmap_get(IN const cl_qmap_t * const p_map, function
593 p_item = cl_qmap_get(p_map, key);
769 p_item = cl_qmap_get(&p_map->qmap, key);
/freebsd-10.3-release/contrib/ofed/management/opensm/include/complib/
H A Dcl_qmap.h94 * cl_qmap_insert, cl_qmap_get, cl_qmap_remove_item, cl_qmap_remove,
691 /****f* Component Library: Quick Map/cl_qmap_get
693 * cl_qmap_get
696 * The cl_qmap_get function returns the map item associated with a key.
700 cl_map_item_t *cl_qmap_get(IN const cl_qmap_t * const p_map,
718 * cl_qmap_get does not remove the item from the quick map.
755 * Quick Map, cl_qmap_get, cl_qmap_remove
/freebsd-10.3-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_mtl_transaction_mgr.c463 p_map_item = cl_qmap_get(trans_mgr_p->madw_by_tid_map_p, key);
516 p_map_item = cl_qmap_get(trans_mgr_p->madw_by_tid_map_p, key);
H A Dosm_vendor_mlx_txn.c386 p_item = cl_qmap_get(p_tx_mgr->p_txn_map, key);
/freebsd-10.3-release/contrib/ofed/management/opensm/osmtest/
H A Dosmt_slvl_vl_arb.c431 (node_t *) cl_qmap_get(p_node_tbl,
H A Dosmtest.c3342 p_node = (node_t *) cl_qmap_get(p_tbl, p_rec->lid);
3856 (port_t *) cl_qmap_get(p_tbl,
3889 p_path = (path_t *) cl_qmap_get(p_tbl, osmtest_path_rec_key_get(p_rec));

Completed in 156 milliseconds