Home
last modified time | relevance | path

Searched refs:osm_port_t (Results 1 – 25 of 51) sorted by relevance

123

/NextBSD/contrib/ofed/management/opensm/opensm/
HDosm_sa_path_record.c73 const osm_port_t * p_src_port,
74 const osm_port_t * p_dst_port);
99 __osm_sa_path_rec_is_tavor_port(IN const osm_port_t * const p_port) in __osm_sa_path_rec_is_tavor_port()
118 IN const osm_port_t * const p_src_port, in __osm_sa_path_rec_apply_tavor_mtu_limit()
119 IN const osm_port_t * const p_dest_port, in __osm_sa_path_rec_apply_tavor_mtu_limit()
171 IN const osm_port_t * const p_src_port, in __osm_pr_rcv_get_path_parms()
172 IN const osm_port_t * const p_dest_port, in __osm_pr_rcv_get_path_parms()
765 IN const osm_port_t * const p_src_port, in __osm_pr_rcv_build_pr()
766 IN const osm_port_t * const p_dest_port, in __osm_pr_rcv_build_pr()
837 IN const osm_port_t * const p_src_port, in __osm_pr_rcv_get_lid_pair_path()
[all …]
HDosm_sa_multipath_record.c69 const osm_port_t *p_src_port;
70 const osm_port_t *p_dest_port;
87 __osm_sa_multipath_rec_is_tavor_port(IN const osm_port_t * const p_port) in __osm_sa_multipath_rec_is_tavor_port()
107 IN const osm_port_t * in __osm_sa_multipath_rec_apply_tavor_mtu_limit()
109 IN const osm_port_t * in __osm_sa_multipath_rec_apply_tavor_mtu_limit()
162 IN const osm_port_t * const p_src_port, in __osm_mpr_rcv_get_path_parms()
163 IN const osm_port_t * const p_dest_port, in __osm_mpr_rcv_get_path_parms()
748 IN const osm_port_t * const p_src_port, in __osm_mpr_rcv_build_pr()
749 IN const osm_port_t * const p_dest_port, in __osm_mpr_rcv_build_pr()
802 IN const osm_port_t * const p_src_port, in __osm_mpr_rcv_get_lid_pair_path()
[all …]
HDosm_drop_mgr.c89 osm_port_t *p_remote_port; in drop_mgr_clean_physp()
156 static void __osm_drop_mgr_remove_port(osm_sm_t * sm, IN osm_port_t * p_port) in __osm_drop_mgr_remove_port()
159 osm_port_t *p_port_check; in __osm_drop_mgr_remove_port()
180 (osm_port_t *) cl_qmap_remove(&sm->p_subn->port_guid_tbl, in __osm_drop_mgr_remove_port()
303 osm_port_t *p_port; in __osm_drop_mgr_process_node()
365 osm_port_t *p_port; in __osm_drop_mgr_check_node()
434 osm_port_t *p_port; in osm_drop_mgr_process()
435 osm_port_t *p_next_port; in osm_drop_mgr_process()
494 p_next_port = (osm_port_t *) cl_qmap_head(p_port_guid_tbl); in osm_drop_mgr_process()
495 while (p_next_port != (osm_port_t *) cl_qmap_end(p_port_guid_tbl)) { in osm_drop_mgr_process()
[all …]
HDosm_port.c137 void osm_port_delete(IN OUT osm_port_t ** const pp_port) in osm_port_delete()
148 osm_port_init(IN osm_port_t * const p_port, in osm_port_init()
181 osm_port_t *osm_port_new(IN const ib_node_info_t * p_ni, in osm_port_new()
184 osm_port_t *p_port; in osm_port_new()
198 osm_port_get_lid_range_ho(IN const osm_port_t * const p_port, in osm_port_get_lid_range_ho()
214 IN OUT const osm_port_t ** const pp_port) in osm_get_port_by_base_lid()
249 osm_port_add_mgrp(IN osm_port_t * const p_port, IN const ib_net16_t mlid) in osm_port_add_mgrp()
279 osm_port_remove_mgrp(IN osm_port_t * const p_port, IN const ib_net16_t mlid) in osm_port_remove_mgrp()
294 void osm_port_remove_all_mgrp(IN osm_port_t * const p_port) in osm_port_remove_all_mgrp()
444 osm_port_t *p_port; in __osm_physp_get_dr_physp_set()
[all …]
HDosm_lid_mgr.c322 osm_port_t *p_port; in __osm_lid_mgr_init_sweep()
388 for (p_port = (osm_port_t *) cl_qmap_head(p_port_guid_tbl); in __osm_lid_mgr_init_sweep()
389 p_port != (osm_port_t *) cl_qmap_end(p_port_guid_tbl); in __osm_lid_mgr_init_sweep()
390 p_port = (osm_port_t *) cl_qmap_next(&p_port->map_item)) { in __osm_lid_mgr_init_sweep()
474 && (p_port = (osm_port_t *) in __osm_lid_mgr_init_sweep()
627 osm_port_t *p_port; in __osm_lid_mgr_is_range_not_persistent()
723 IN osm_port_t * p_port) in __osm_lid_mgr_cleanup_discovered_port_lid_range()
736 (osm_port_t *) cl_ptr_vector_get(p_discovered_vec, lid))) in __osm_lid_mgr_cleanup_discovered_port_lid_range()
751 IN osm_port_t * const p_port, in __osm_lid_mgr_get_port_lid()
880 IN osm_port_t * const p_port, in __osm_lid_mgr_set_physp_pi()
[all …]
HDosm_sa_link_record.c216 IN const osm_port_t * p_src_port, in __osm_lr_rcv_get_port_links()
217 IN const osm_port_t * p_dest_port, in __osm_lr_rcv_get_port_links()
372 OUT const osm_port_t ** const pp_src_port, in __osm_lr_rcv_get_end_points()
373 OUT const osm_port_t ** const pp_dest_port) in __osm_lr_rcv_get_end_points()
445 const osm_port_t *p_src_port; in osm_lr_rcv_process()
446 const osm_port_t *p_dest_port; in osm_lr_rcv_process()
HDosm_state_mgr.c105 osm_port_t *p_port = (osm_port_t *) p_map_item; in __osm_state_mgr_reset_port_count()
326 osm_port_t *p_port; in __osm_state_mgr_is_sm_port_down()
380 osm_port_t *p_port; in __osm_state_mgr_sweep_hop_1()
751 const osm_port_t *p_port; in __osm_state_mgr_send_handover()
822 osm_port_t *p_port; in __osm_state_mgr_report_new_ports()
831 p_port = (osm_port_t *) p_next; in __osm_state_mgr_report_new_ports()
896 osm_port_t *p_port; in __osm_state_mgr_check_tbl_consistency()
897 osm_port_t *p_next_port; in __osm_state_mgr_check_tbl_consistency()
900 osm_port_t *p_port_ref, *p_port_stored; in __osm_state_mgr_check_tbl_consistency()
917 p_next_port = (osm_port_t *) cl_qmap_head(p_port_guid_tbl); in __osm_state_mgr_check_tbl_consistency()
[all …]
HDosm_sa_slvl_record.c125 IN const osm_port_t * const p_port, in __osm_sa_slvl_by_comp_mask()
205 const osm_port_t *const p_port = (osm_port_t *) p_map_item; in __osm_sa_slvl_by_comp_mask_cb()
220 const osm_port_t *p_port = NULL; in osm_slvl_rec_rcv_process()
HDosm_ucast_mgr.c209 IN osm_port_t * const p_port, in __osm_ucast_mgr_process_port()
436 osm_port_t *port; in alloc_ports_priv()
442 port = (osm_port_t *)item; in alloc_ports_priv()
462 osm_port_t *port; in free_ports_priv()
466 port = (osm_port_t *)item; in free_ports_priv()
506 osm_port_t *port = cl_item_obj(item, port, list_item); in __osm_ucast_mgr_process_tbl()
673 osm_port_t *port = osm_get_port_by_guid(m->p_subn, cl_hton64(guid)); in add_guid_to_order_list()
696 osm_port_t *port = (osm_port_t *)p_map_item; in add_port_to_order_list()
HDosm_sa_vlarb_record.c147 IN const osm_port_t * const p_port, in __osm_sa_vl_arb_by_comp_mask()
220 const osm_port_t *const p_port = (osm_port_t *) p_map_item; in __osm_sa_vl_arb_by_comp_mask_cb()
235 const osm_port_t *p_port = NULL; in osm_vlarb_rec_rcv_process()
HDosm_sa_pkey_record.c145 IN const osm_port_t * const p_port, in __osm_sa_pkey_by_comp_mask()
218 const osm_port_t *const p_port = (osm_port_t *) p_map_item; in __osm_sa_pkey_by_comp_mask_cb()
233 const osm_port_t *p_port = NULL; in osm_pkey_rec_rcv_process()
HDosm_subnet.c97 osm_port_t *p_port, *p_next_port; in osm_subn_destroy()
113 p_next_port = (osm_port_t *) cl_qmap_head(&p_subn->port_guid_tbl); in osm_subn_destroy()
115 (osm_port_t *) cl_qmap_end(&p_subn->port_guid_tbl)) { in osm_subn_destroy()
117 p_next_port = (osm_port_t *) cl_qmap_next(&p_port->map_item); in osm_subn_destroy()
220 const osm_port_t *p_port = NULL; in osm_get_gid_by_mad_addr()
263 osm_port_t *p_port = NULL; in osm_get_physp_by_mad_addr()
298 osm_port_t *osm_get_port_by_mad_addr(IN osm_log_t * p_log, in osm_get_port_by_mad_addr()
303 osm_port_t *p_port = NULL; in osm_get_port_by_mad_addr()
352 osm_port_t *osm_get_port_by_guid(IN osm_subn_t const *p_subn, IN ib_net64_t guid) in osm_get_port_by_guid()
354 osm_port_t *p_port; in osm_get_port_by_guid()
[all …]
HDosm_node_info_rcv.c398 osm_port_t *p_port; in __osm_ni_rcv_process_existing_ca_or_router()
399 osm_port_t *p_port_check; in __osm_ni_rcv_process_existing_ca_or_router()
438 (osm_port_t *) cl_qmap_insert(&sm->p_subn->port_guid_tbl, in __osm_ni_rcv_process_existing_ca_or_router()
595 osm_port_t *p_port; in __osm_ni_rcv_process_new()
596 osm_port_t *p_port_check; in __osm_ni_rcv_process_new()
643 (osm_port_t *) cl_qmap_insert(&sm->p_subn->port_guid_tbl, in __osm_ni_rcv_process_new()
HDosm_sa_sminfo_record.c81 IN const osm_port_t * const p_port, in __osm_smir_rcv_new_smir()
180 const osm_port_t *p_port = NULL; in osm_smir_rcv_process()
188 osm_port_t *local_port; in osm_smir_rcv_process()
HDosm_qos.c192 static ib_api_status_t sl2vl_update(osm_sm_t * sm, osm_port_t * p_port, in sl2vl_update()
229 osm_port_t * p_port, osm_physp_t * p, in qos_physp_setup()
270 osm_port_t *p_port; in osm_qos_setup()
300 p_port = (osm_port_t *) p_next; in osm_qos_setup()
HDosm_console.c462 osm_port_t *p_port = NULL; in querylid_parse()
762 osm_port_t *p_port; in switchbalance_check()
777 for (p_port = (osm_port_t *) cl_qmap_head(p_port_tbl); in switchbalance_check()
778 p_port != (osm_port_t *) cl_qmap_end(p_port_tbl); in switchbalance_check()
779 p_port = (osm_port_t *) cl_qmap_next(&p_port->map_item)) { in switchbalance_check()
903 osm_port_t *p_port; in lidbalance_check()
906 for (p_port = (osm_port_t *) cl_qmap_head(p_port_tbl); in lidbalance_check()
907 p_port != (osm_port_t *) cl_qmap_end(p_port_tbl); in lidbalance_check()
908 p_port = (osm_port_t *) cl_qmap_next(&p_port->map_item)) { in lidbalance_check()
HDosm_mcast_mgr.c63 osm_port_t *p_port;
68 static osm_mcast_work_obj_t *__osm_mcast_work_obj_new(IN const osm_port_t * in __osm_mcast_work_obj_new()
84 p_obj->p_port = (osm_port_t *) p_port; in __osm_mcast_work_obj_new()
141 const osm_port_t *p_port; in osm_mcast_mgr_compute_avg_hops()
200 const osm_port_t *p_port; in osm_mcast_mgr_compute_max_hops()
743 const osm_port_t *p_port; in __osm_mcast_mgr_build_spanning_tree()
935 osm_port_t *p_port;
HDosm_pkey_mgr.c257 const osm_port_t * const p_port) in pkey_mgr_update_port()
388 const osm_port_t * const p_port, boolean_t enforce) in pkey_mgr_update_peer_port()
481 osm_port_t *p_port; in osm_pkey_mgr_process()
512 p_port = (osm_port_t *) p_next; in osm_pkey_mgr_process()
HDosm_prtn.c103 osm_port_t *p_port; in osm_prtn_add_port()
142 osm_port_t *p_port; in osm_prtn_add_all()
147 p_port = (osm_port_t *) p_item; in osm_prtn_add_all()
HDosm_router.c62 osm_router_t *osm_router_new(IN osm_port_t * const p_port) in osm_router_new()
HDosm_remote_sm.c68 IN const osm_port_t * const p_port, in osm_remote_sm_init()
/NextBSD/contrib/ofed/management/opensm/include/opensm/
HDosm_port.h1161 } osm_port_t; typedef
1204 void osm_port_delete(IN OUT osm_port_t ** const pp_port);
1230 osm_port_t *osm_port_new(IN const ib_node_info_t * p_ni,
1261 osm_port_get_base_lid(IN const osm_port_t * const p_port) in osm_port_get_base_lid()
1291 static inline uint8_t osm_port_get_lmc(IN const osm_port_t * const p_port) in osm_port_get_lmc()
1320 static inline ib_net64_t osm_port_get_guid(IN const osm_port_t * const p_port) in osm_port_get_guid()
1350 osm_port_get_lid_range_ho(IN const osm_port_t * const p_port,
1386 IN OUT const osm_port_t ** const pp_port);
1418 osm_port_add_mgrp(IN osm_port_t * const p_port, IN const ib_net16_t mlid);
1447 osm_port_remove_mgrp(IN osm_port_t * const p_port, IN const ib_net16_t mlid);
[all …]
HDosm_router.h96 osm_port_t *p_port;
143 osm_router_t *osm_router_new(IN osm_port_t * const p_port);
167 static inline osm_port_t *osm_router_get_port_ptr(IN const osm_router_t * in osm_router_get_port_ptr()
HDosm_remote_sm.h90 const osm_port_t *p_port;
174 IN const osm_port_t * const p_port,
HDosm_switch.h379 IN const osm_port_t * p_port);
922 IN osm_port_t * p_port,
970 IN osm_port_t * p_port,

123