| /NextBSD/contrib/ofed/management/opensm/complib/ |
| HD | cl_event_wheel.c | 115 &(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/ |
| HD | osmtest_subnet.h | 64 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
|
| HD | osmtest.h | 188 cl_map_item_t map_item; member
|
| /NextBSD/contrib/ofed/management/opensm/opensm/ |
| HD | osm_multicast.c | 67 (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()
|
| HD | osm_ucast_ftree.c | 115 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 …]
|
| HD | osm_ucast_cache.c | 70 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()
|
| HD | osm_drop_mgr.c | 452 (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()
|
| HD | osm_prtn.c | 274 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()
|
| HD | osm_mcast_mgr.c | 156 (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()
|
| HD | osm_node_info_rcv.c | 440 &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()
|
| HD | osm_subnet.c | 109 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/ |
| HD | osm_vendor_mtl_transaction_mgr.c | 351 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/ |
| HD | osm_mcm_port.h | 73 cl_map_item_t map_item; member
|
| HD | osm_remote_sm.h | 89 cl_map_item_t map_item; member
|
| HD | osm_router.h | 95 cl_map_item_t map_item; member
|
| HD | osm_mtree.h | 100 cl_map_item_t map_item; member
|
| HD | osm_partition.h | 93 cl_map_item_t map_item; member
|
| HD | osm_multicast.h | 133 cl_map_item_t map_item; member
|
| HD | osm_perfmgr.h | 100 cl_map_item_t map_item; member
|
| HD | osm_node.h | 98 cl_map_item_t map_item; member
|
| HD | osm_qos_policy.h | 70 cl_map_item_t map_item; member
|
| HD | osm_perfmgr_db.h | 143 cl_map_item_t map_item; /* must be first */ member
|
| /NextBSD/contrib/ofed/management/opensm/include/vendor/ |
| HD | osm_vendor_mtl_transaction_mgr.h | 87 cl_map_item_t map_item; member
|
| /NextBSD/contrib/ofed/management/opensm/include/complib/ |
| HD | cl_event_wheel.h | 185 cl_map_item_t map_item; member
|
| /NextBSD/contrib/ofed/management/opensm/osmtest/ |
| HD | osmt_slvl_vl_arb.c | 247 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()
|