Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_opensm.h239 } osm_opensm_t; typedef
307 void osm_opensm_construct(IN osm_opensm_t * p_osm);
336 void osm_opensm_construct_finish(IN osm_opensm_t * p_osm);
364 void osm_opensm_destroy(IN osm_opensm_t * p_osm);
393 void osm_opensm_destroy_finish(IN osm_opensm_t * p_osm);
422 ib_api_status_t osm_opensm_init(IN osm_opensm_t * p_osm,
452 ib_api_status_t osm_opensm_init_finish(IN osm_opensm_t * p_osm,
482 static inline void osm_opensm_sweep(IN osm_opensm_t * p_osm) in osm_opensm_sweep()
512 static inline void osm_opensm_set_log_flags(IN osm_opensm_t * p_osm, in osm_opensm_set_log_flags()
543 ib_api_status_t osm_opensm_bind(IN osm_opensm_t * p_osm, IN ib_net64_t guid);
[all …]
H A Dosm_console.h48 int osm_console(osm_opensm_t * p_osm);
H A Dosm_ucast_lash.h87 osm_opensm_t *p_osm;
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_opensm.c68 int (*setup) (struct osm_routing_engine *, osm_opensm_t *);
71 extern int osm_ucast_minhop_setup(struct osm_routing_engine *, osm_opensm_t *);
72 extern int osm_ucast_updn_setup(struct osm_routing_engine *, osm_opensm_t *);
73 extern int osm_ucast_dnup_setup(struct osm_routing_engine *, osm_opensm_t *);
74 extern int osm_ucast_file_setup(struct osm_routing_engine *, osm_opensm_t *);
75 extern int osm_ucast_ftree_setup(struct osm_routing_engine *, osm_opensm_t *);
76 extern int osm_ucast_lash_setup(struct osm_routing_engine *, osm_opensm_t *);
77 extern int osm_ucast_dor_setup(struct osm_routing_engine *, osm_opensm_t *);
78 extern int osm_ucast_torus2QoS_setup(struct osm_routing_engine *, osm_opensm_t *);
79 extern int osm_ucast_sssp_setup(struct osm_routing_engine *, osm_opensm_t *);
[all …]
H A Dosm_console.c64 extern void osm_update_node_desc(IN osm_opensm_t *osm);
69 void (*parse_function) (char **p_last, osm_opensm_t * p_osm,
77 void (*loop_function) (osm_opensm_t * p_osm, FILE * out);
296 static void help_parse(char **p_last, osm_opensm_t * p_osm, FILE * out) in help_parse()
319 static void loglevel_parse(char **p_last, osm_opensm_t * p_osm, FILE * out) in loglevel_parse()
348 static void permodlog_parse(char **p_last, osm_opensm_t * p_osm, FILE * out) in permodlog_parse()
373 static void priority_parse(char **p_last, osm_opensm_t * p_osm, FILE * out) in priority_parse()
421 static void dump_sms(osm_opensm_t * p_osm, FILE * out) in dump_sms()
447 static void print_status(osm_opensm_t * p_osm, FILE * out) in print_status()
541 static void status_parse(char **p_last, osm_opensm_t * p_osm, FILE * out) in status_parse()
[all …]
H A Dosm_ucast_file.c58 static uint16_t remap_lid(osm_opensm_t * p_osm, uint16_t lid, ib_net64_t guid) in remap_lid()
80 static void add_path(osm_opensm_t * p_osm, in add_path()
109 static void add_lid_hops(osm_opensm_t * p_osm, osm_switch_t * p_sw, in add_lid_hops()
128 osm_opensm_t *p_osm = context; in do_ucast_file_load()
270 osm_opensm_t *p_osm = context; in do_lid_matrix_file_load()
400 int osm_ucast_file_setup(struct osm_routing_engine *r, osm_opensm_t *osm) in osm_ucast_file_setup()
H A Dosm_dump.c130 osm_opensm_t *p_osm = cxt; in dump_ucast_routes()
306 osm_opensm_t *p_osm = cxt; in dump_lid_matrix()
334 osm_opensm_t *p_osm = cxt; in dump_ucast_lfts()
555 osm_opensm_t *osm = cxt; in print_node_report()
643 osm_opensm_t *p_osm;
668 void osm_dump_qmap_to_file(osm_opensm_t * p_osm, const char *file_name, in osm_dump_qmap_to_file()
693 static void print_report(osm_opensm_t * osm, FILE * file) in print_report()
702 void osm_dump_mcast_routes(osm_opensm_t * osm) in osm_dump_mcast_routes()
711 void osm_dump_all(osm_opensm_t * osm) in osm_dump_all()
H A Dosm_sa.c544 osm_opensm_t *p_osm;
549 opensm_dump_to_file(osm_opensm_t * p_osm, const char *file_name, in opensm_dump_to_file()
550 void (*dump_func) (osm_opensm_t * p_osm, FILE * file)) in opensm_dump_to_file()
626 osm_opensm_t *p_osm = ((struct opensm_dump_context *)cxt)->p_osm; in sa_dump_one_mgrp()
795 static void sa_dump_all_sa(osm_opensm_t * p_osm, FILE * file) in sa_dump_all_sa()
818 int osm_sa_db_file_dump(osm_opensm_t * p_osm) in osm_sa_db_file_dump()
837 static osm_mgrp_t *load_mcgroup(osm_opensm_t * p_osm, ib_net16_t mlid, in load_mcgroup()
879 static int load_svcr(osm_opensm_t * p_osm, ib_service_record_t * sr, in load_svcr()
916 static int load_infr(osm_opensm_t * p_osm, ib_inform_info_record_t * iir, in load_infr()
953 static int load_guidinfo(osm_opensm_t * p_osm, ib_net64_t base_guid, in load_guidinfo()
[all …]
H A Dmain.c429 static ib_net64_t get_port_guid(IN osm_opensm_t * p_osm, uint64_t port_guid) in get_port_guid()
515 static int daemonize(osm_opensm_t * osm) in daemonize()
564 int osm_manager_loop(osm_subn_opt_t * p_opt, osm_opensm_t * p_osm) in osm_manager_loop()
605 osm_opensm_t osm; in main()
H A Dosm_ucast_updn.c70 osm_opensm_t *p_osm;
410 osm_opensm_t *p_osm = p_updn->p_osm; in updn_find_root_nodes_by_min_hop()
521 osm_opensm_t *osm = cxt; in update_id()
661 int osm_ucast_updn_setup(struct osm_routing_engine *r, osm_opensm_t *osm) in osm_ucast_updn_setup()
H A Dosm_event_plugin.c68 osm_epi_plugin_t *osm_epi_construct(osm_opensm_t *osm, char *plugin_name) in osm_epi_construct()
H A Dosm_ucast_dnup.c71 osm_opensm_t *p_osm;
480 int osm_ucast_dnup_setup(struct osm_routing_engine *r, osm_opensm_t *osm) in osm_ucast_dnup_setup()
H A Dosm_ucast_mgr.c1060 static int ucast_mgr_route(struct osm_routing_engine *r, osm_opensm_t * osm) in ucast_mgr_route()
1100 osm_opensm_t *p_osm; in osm_ucast_mgr_process()
1165 int osm_ucast_minhop_setup(struct osm_routing_engine *r, osm_opensm_t * osm) in osm_ucast_minhop_setup()
1185 int osm_ucast_dor_setup(struct osm_routing_engine *r, osm_opensm_t * osm) in osm_ucast_dor_setup()
H A Dosm_state_mgr.c76 extern int osm_qos_setup(IN osm_opensm_t * p_osm);
77 extern int osm_pkey_mgr_process(IN osm_opensm_t * p_osm);
741 void osm_reset_switch_state_change_bit(IN osm_opensm_t *osm) in osm_reset_switch_state_change_bit()
749 void osm_update_node_desc(IN osm_opensm_t *osm) in osm_update_node_desc()
H A Dosm_congestion_control.c447 osm_opensm_t *p_osm = p_cc->osm; in cc_rcv_mad()
667 osm_opensm_t *p_osm = p_cc->osm; in cc_mad_send_err_callback()
H A Dosm_ucast_lash.c1253 static lash_t *lash_create(osm_opensm_t * p_osm) in lash_create()
1289 osm_opensm_t *p_osm = p_lash->p_osm; in get_lash_sl()
1319 int osm_ucast_lash_setup(struct osm_routing_engine *r, osm_opensm_t *p_osm) in osm_ucast_lash_setup()
H A Dosm_link_mgr.c63 osm_opensm_t *p_osm = sm->p_subn->p_osm; in link_mgr_get_smsl()
H A Dosm_qos.c444 int osm_qos_setup(osm_opensm_t * p_osm) in osm_qos_setup()
H A Dosm_ucast_dfsssp.c2764 static dfsssp_context_t *dfsssp_context_create(osm_opensm_t * p_osm, in dfsssp_context_create()
2831 int osm_ucast_dfsssp_setup(struct osm_routing_engine *r, osm_opensm_t * p_osm) in osm_ucast_dfsssp_setup()
2856 int osm_ucast_sssp_setup(struct osm_routing_engine *r, osm_opensm_t * p_osm) in osm_ucast_sssp_setup()
H A Dosm_pkey_mgr.c810 int osm_pkey_mgr_process(IN osm_opensm_t * p_osm) in osm_pkey_mgr_process()
H A Dosm_perfmgr.c1006 static int perfmgr_discovery(osm_opensm_t * osm) in perfmgr_discovery()
1934 ib_api_status_t osm_perfmgr_init(osm_perfmgr_t * pm, osm_opensm_t * osm, in osm_perfmgr_init()
H A Dosm_torus.c241 osm_opensm_t *osm;
286 osm_opensm_t *osm;
327 osm_opensm_t *osm;
412 struct torus_context *torus_context_create(osm_opensm_t *osm) in torus_context_create()
9181 osm_opensm_t *p_osm = ctx->osm; in torus_path_sl()
9548 osm_opensm_t *osm) in osm_ucast_torus2QoS_setup()
H A Dosm_ucast_ftree.c208 osm_opensm_t *p_osm;
4325 int osm_ucast_ftree_setup(struct osm_routing_engine *r, osm_opensm_t * p_osm) in osm_ucast_ftree_setup()
H A Dosm_sa_path_record.c160 osm_opensm_t *p_osm; in pr_rcv_get_path_parms()
H A Dosm_subnet.c1228 ib_api_status_t osm_subn_init(IN osm_subn_t * p_subn, IN osm_opensm_t * p_osm, in osm_subn_init()