Searched refs:cl_qmap_remove (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_drop_mgr.c75 p_rtr = (osm_router_t *) cl_qmap_remove(p_rtr_guid_tbl, portguid);
255 cl_qmap_remove(&sm->p_subn->port_guid_tbl, port_guid);
258 p_sm = (osm_remote_sm_t *) cl_qmap_remove(p_sm_guid_tbl, port_guid);
317 p_sw = (osm_switch_t *) cl_qmap_remove(p_sw_guid_tbl, node_guid);
374 (osm_node_t *) cl_qmap_remove(&sm->p_subn->node_guid_tbl,
H A Dosm_sa_guidinfo_record.c460 cl_qmap_remove(&sa->p_subn->alias_port_guid_tbl,
686 cl_qmap_remove(&sa->p_subn->alias_port_guid_tbl,
H A Dosm_port_info_rcv.c192 (osm_remote_sm_t *) cl_qmap_remove(p_sm_tbl,
H A Dosm_perfmgr_db.c215 cl_map_item_t * rc = cl_qmap_remove(&db->pc_data, guid);
/freebsd-11-stable/contrib/ofed/opensm/complib/
H A Dcl_nodenamemap.c131 item = (name_map_item_t *) cl_qmap_remove(map, item->guid);
H A Dcl_map.c580 cl_map_item_t *cl_qmap_remove(IN cl_qmap_t * const p_map, IN const uint64_t key) function
799 p_item = cl_qmap_remove(&p_map->qmap, key);
/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,
478 * Quick Map, cl_qmap_insert, cl_qmap_remove
688 * Quick Map, cl_qmap_remove, cl_map_item_t
721 * Quick Map, cl_qmap_get_next, cl_qmap_remove
755 * Quick Map, cl_qmap_get, cl_qmap_remove
786 * Quick Map, cl_qmap_remove, cl_qmap_remove_all, cl_qmap_insert
789 /****f* Component Library: Quick Map/cl_qmap_remove
791 * cl_qmap_remove
794 * The cl_qmap_remove function removes the map item with the specified key
799 cl_map_item_t *cl_qmap_remove(I
[all...]
/freebsd-11-stable/contrib/ofed/libibnetdisc/
H A Dquery_smp.c182 smp = (ibnd_smp_t *) cl_qmap_remove(&engine->smps_on_wire, trid);
/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_txn.c451 p_item = cl_qmap_remove(p_tx_mgr->p_txn_map, key);

Completed in 98 milliseconds