Home
last modified time | relevance | path

Searched refs:map_item (Results 1 – 25 of 41) sorted by relevance

12

/NextBSD/contrib/ofed/management/opensm/complib/
HDcl_event_wheel.c115 &(p_event->map_item)); in __cl_event_wheel_callback()
272 p_map_item = &(p_event->map_item); in cl_event_wheel_destroy()
316 map_item); in cl_event_wheel_reg()
323 &p_event->map_item); in cl_event_wheel_reg()
396 cl_qmap_insert(&p_event_wheel->events_map, key, &(p_event->map_item)); in cl_event_wheel_reg()
418 map_item); in cl_event_wheel_unreg()
425 &(p_event->map_item)); in cl_event_wheel_unreg()
459 map_item); in cl_event_wheel_num_regs()
500 map_item); in __cl_event_wheel_dump()
/NextBSD/contrib/ofed/management/opensm/osmtest/include/
HDosmtest_subnet.h64 cl_map_item_t map_item; /* must be first element! */ member
85 cl_map_item_t map_item; /* must be first element! */ member
138 cl_map_item_t map_item; /* must be first element! */ member
223 cl_map_item_t map_item; /* must be first element! */ member
HDosmtest.h188 cl_map_item_t map_item; member
/NextBSD/contrib/ofed/management/opensm/opensm/
HDosm_multicast.c67 (osm_mcm_port_t *) cl_qmap_next(&p_mcm_port->map_item); in osm_mgrp_delete()
153 port_guid, &p_mcm_port->map_item); in osm_mgrp_add_port()
156 if (prev_item != &p_mcm_port->map_item) { in osm_mgrp_add_port()
210 cl_qmap_remove_item(&mgrp->mcm_port_tbl, &mcm->map_item); in osm_mgrp_remove_port()
HDosm_ucast_ftree.c115 cl_map_item_t map_item; member
126 cl_map_item_t map_item; member
145 cl_map_item_t map_item; member
168 cl_map_item_t map_item; member
188 cl_map_item_t map_item; member
914 p_next_hca = (ftree_hca_t *) cl_qmap_next(&p_hca->map_item); in __osm_ftree_fabric_clear()
924 p_next_sw = (ftree_sw_t *) cl_qmap_next(&p_sw->map_item); in __osm_ftree_fabric_clear()
939 map_item); in __osm_ftree_fabric_clear()
1002 &p_hca->map_item); in __osm_ftree_fabric_add_hca()
1015 &p_sw->map_item); in __osm_ftree_fabric_add_sw()
[all …]
HDosm_ucast_cache.c70 cl_map_item_t map_item; member
182 &p_cache_sw->map_item); in __cache_add_sw_link()
221 p_next_sw = (cache_switch_t *) cl_qmap_next(&p_sw->map_item); in __cache_cleanup_switches()
230 &p_sw->map_item); in __cache_cleanup_switches()
379 p_sw = (cache_switch_t *) cl_qmap_next(&p_sw->map_item)) { in __ucast_cache_dump()
420 p_next_sw = (cache_switch_t *) cl_qmap_next(&p_sw->map_item); in osm_ucast_cache_invalidate()
467 p_sw = (osm_switch_t *) cl_qmap_next(&p_sw->map_item)) { in ucast_cache_validate()
695 (cache_switch_t *) cl_qmap_next(&p_cache_sw->map_item)) { in ucast_cache_validate()
HDosm_drop_mgr.c452 (osm_node_t *) cl_qmap_next(&p_next_node->map_item); in osm_drop_mgr_process()
454 CL_ASSERT(cl_qmap_key(&p_node->map_item) == in osm_drop_mgr_process()
481 (osm_node_t *) cl_qmap_next(&p_next_node->map_item); in osm_drop_mgr_process()
498 (osm_port_t *) cl_qmap_next(&p_next_port->map_item); in osm_drop_mgr_process()
500 CL_ASSERT(cl_qmap_key(&p_port->map_item) == in osm_drop_mgr_process()
HDosm_prtn.c274 p_next = cl_qmap_next(&p->map_item); in osm_prtn_find_by_name()
304 p->pkey, &p->map_item); in osm_prtn_make_new()
361 p_next = cl_qmap_next(&p->map_item); in osm_prtn_make_partitions()
381 p_next = cl_qmap_next(&p->map_item); in osm_prtn_make_partitions()
HDosm_mcast_mgr.c156 (osm_mcm_port_t *) cl_qmap_next(&p_mcm_port->map_item)) { in osm_mcast_mgr_compute_avg_hops()
215 (osm_mcm_port_t *) cl_qmap_next(&p_mcm_port->map_item)) { in osm_mcast_mgr_compute_max_hops()
277 p_sw = (osm_switch_t *) cl_qmap_next(&p_sw->map_item)) { in __osm_mcast_mgr_find_optimal_switch()
805 (osm_mcm_port_t *) cl_qmap_next(&p_mcm_port->map_item)) { in __osm_mcast_mgr_build_spanning_tree()
915 p_sw = (osm_switch_t *) cl_qmap_next(&p_sw->map_item); in __osm_mcast_mgr_clear()
1178 p_sw = (osm_switch_t *) cl_qmap_next(&p_sw->map_item); in osm_mcast_mgr_process()
1259 p_sw = (osm_switch_t *) cl_qmap_next(&p_sw->map_item); in osm_mcast_mgr_process_mgroups()
HDosm_node_info_rcv.c440 &p_port->map_item); in __osm_ni_rcv_process_existing_ca_or_router()
644 p_ni->port_guid, &p_port->map_item); in __osm_ni_rcv_process_new()
687 &p_rtr->map_item); in __osm_ni_rcv_process_new()
698 p_ni->node_guid, &p_node->map_item); in __osm_ni_rcv_process_new()
HDosm_subnet.c109 p_next_node = (osm_node_t *) cl_qmap_next(&p_node->map_item); in osm_subn_destroy()
117 p_next_port = (osm_port_t *) cl_qmap_next(&p_port->map_item); in osm_subn_destroy()
124 p_next_sw = (osm_switch_t *) cl_qmap_next(&p_sw->map_item); in osm_subn_destroy()
132 p_next_rsm = (osm_remote_sm_t *) cl_qmap_next(&p_rsm->map_item); in osm_subn_destroy()
140 p_next_prtn = (osm_prtn_t *) cl_qmap_next(&p_prtn->map_item); in osm_subn_destroy()
/NextBSD/contrib/ofed/management/opensm/libvendor/
HDosm_vendor_mtl_transaction_mgr.c351 p_map_item = &(osm_madw_req_p->map_item); in osm_transaction_mgr_destroy()
437 &(osm_madw_req_p->map_item)); in osm_transaction_mgr_insert_madw()
468 PARENT_STRUCT(p_map_item, osm_madw_req_t, map_item); in osm_transaction_mgr_erase_madw()
475 &(osm_madw_req_p->map_item)); in osm_transaction_mgr_erase_madw()
521 PARENT_STRUCT(p_map_item, osm_madw_req_t, map_item); in osm_transaction_mgr_get_madw_for_tid()
529 &(osm_madw_req_p->map_item)); in osm_transaction_mgr_get_madw_for_tid()
/NextBSD/contrib/ofed/management/opensm/include/opensm/
HDosm_mcm_port.h73 cl_map_item_t map_item; member
HDosm_remote_sm.h89 cl_map_item_t map_item; member
HDosm_router.h95 cl_map_item_t map_item; member
HDosm_mtree.h100 cl_map_item_t map_item; member
HDosm_partition.h93 cl_map_item_t map_item; member
HDosm_multicast.h133 cl_map_item_t map_item; member
HDosm_perfmgr.h100 cl_map_item_t map_item; member
HDosm_node.h98 cl_map_item_t map_item; member
HDosm_qos_policy.h70 cl_map_item_t map_item; member
HDosm_perfmgr_db.h143 cl_map_item_t map_item; /* must be first */ member
/NextBSD/contrib/ofed/management/opensm/include/vendor/
HDosm_vendor_mtl_transaction_mgr.h87 cl_map_item_t map_item; member
/NextBSD/contrib/ofed/management/opensm/include/complib/
HDcl_event_wheel.h185 cl_map_item_t map_item; member
/NextBSD/contrib/ofed/management/opensm/osmtest/
HDosmt_slvl_vl_arb.c247 p_src_port = (port_t *) cl_qmap_next(&p_src_port->map_item); in osmt_query_all_ports_vl_arb()
461 p_src_port = (port_t *) cl_qmap_next(&p_src_port->map_item); in osmt_query_all_ports_slvl_map()

12