Searched refs:cl_qmap_insert (Results 1 - 21 of 21) sorted by relevance

/freebsd-11-stable/contrib/ofed/opensm/complib/
H A Dcl_nodenamemap.c73 cl_qmap_insert(map, item->guid, (cl_map_item_t *) item);
H A Dcl_map.c344 cl_map_item_t *cl_qmap_insert(IN cl_qmap_t * const p_map, function
612 cl_qmap_insert(p_dest_map, cl_qmap_key(p_item), p_item);
617 cl_qmap_insert(p_src_map, cl_qmap_key(p_item),
639 p_temp = cl_qmap_insert(p_dest, cl_qmap_key(*pp_item), *pp_item);
742 (cl_map_obj_t *) cl_qmap_insert(&p_map->qmap, key,
H A Dcl_event_wheel.c390 cl_qmap_insert(&p_event_wheel->events_map, key, &(p_event->map_item));
/freebsd-11-stable/contrib/ofed/opensm/include/complib/
H A Dcl_qmap.h94 * cl_qmap_insert, cl_qmap_get, cl_qmap_remove_item, cl_qmap_remove,
177 * set by calling cl_qmap_insert and can be retrieved by calling
193 * Quick Map, cl_qmap_insert, cl_qmap_key, cl_pool_item_t, cl_list_item_t
450 * The key value is set in a call to cl_qmap_insert.
453 * Quick Map, cl_qmap_insert
478 * Quick Map, cl_qmap_insert, cl_qmap_remove
654 /****f* Component Library: Quick Map/cl_qmap_insert
656 * cl_qmap_insert
659 * The cl_qmap_insert function inserts a map item into a quick map.
664 cl_map_item_t *cl_qmap_insert(I
[all...]
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_node_info_rcv.c499 (osm_port_t *) cl_qmap_insert(&sm->p_subn->port_guid_tbl,
527 (osm_alias_guid_t *) cl_qmap_insert(&sm->p_subn->alias_port_guid_tbl,
721 (osm_port_t *) cl_qmap_insert(&sm->p_subn->port_guid_tbl,
756 (osm_alias_guid_t *) cl_qmap_insert(&sm->p_subn->alias_port_guid_tbl,
787 (osm_router_t *) cl_qmap_insert(p_rtr_guid_tbl,
799 (osm_node_t *) cl_qmap_insert(&sm->p_subn->node_guid_tbl,
H A Dosm_multicast.c261 (osm_mcm_alias_guid_t *) cl_qmap_insert(&mgrp->mcm_alias_port_tbl,
305 prev_item = cl_qmap_insert(...)
311 prev_item = cl_qmap_insert(&mgrp->mcm_port_tbl, port->guid,
H A Dosm_prtn.c344 p_check = (osm_prtn_t *) cl_qmap_insert(&p_subn->prtn_pkey_tbl,
H A Dosm_sw_info_rcv.c243 p_check = (osm_switch_t *) cl_qmap_insert(p_sw_guid_tbl,
H A Dosm_sa_guidinfo_record.c621 cl_qmap_insert(&(sa->p_subn->assigned_guids_tbl),
662 (osm_alias_guid_t *) cl_qmap_insert(&sa->sm->p_subn->alias_port_guid_tbl,
H A Dosm_mcast_mgr.c117 cl_qmap_insert(map, mcm_port->port->guid,
165 cl_qmap_insert(m, guid, &sw->mgrp_item);
H A Dosm_sminfo_rcv.c498 cl_qmap_insert(p_sm_tbl, port_guid, &p_sm->map_item);
H A Dosm_ucast_ftree.c1086 cl_qmap_insert(&p_ftree->hca_tbl, p_osm_node->node_info.node_guid,
1102 cl_qmap_insert(&p_ftree->sw_tbl, p_osm_sw->p_node->node_info.node_guid,
1117 cl_qmap_insert(&p_ftree->sw_by_tuple_tbl, tuple_to_key(p_sw->tuple),
3937 inserted_item = (name_map_item_t *) cl_qmap_insert(map, guid, &item->item);
H A Dosm_ucast_cache.c168 cl_qmap_insert(&p_mgr->cache_sw_tbl, lid_ho,
H A Dosm_perfmgr_db.c166 cl_map_item_t *rc = cl_qmap_insert(&db->pc_data, node->node_guid,
H A Dosm_qos_parser_y.y2993 cl_qmap_insert(p_map,
H A Dosm_sa.c1003 (osm_alias_guid_t *) cl_qmap_insert(&p_osm->subn.alias_port_guid_tbl,
H A Dosm_perfmgr.c588 cl_qmap_insert(&pm->monitored_map, node_guid,
H A Dosm_ucast_dfsssp.c1141 inserted_item = (name_map_item_t *) cl_qmap_insert(map, item->guid, &item->item);
/freebsd-11-stable/contrib/ofed/libibnetdisc/
H A Dquery_smp.c119 cl_qmap_insert(&engine->smps_on_wire, (uint32_t) smp->rpc.trid,
/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mtl_transaction_mgr.c436 cl_qmap_insert(trans_mgr_p->madw_by_tid_map_p, key,
H A Dosm_vendor_mlx_txn.c425 cl_qmap_insert(p_tx_mgr->p_txn_map, key, &p_obj->item);

Completed in 310 milliseconds