Home
last modified time | relevance | path

Searched defs:p_osm (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_opensm.c241 void osm_opensm_construct(IN osm_opensm_t * p_osm) in osm_opensm_construct()
250 void osm_opensm_construct_finish(IN osm_opensm_t * p_osm) in osm_opensm_construct_finish()
285 void osm_opensm_destroy(IN osm_opensm_t * p_osm) in osm_opensm_destroy()
338 void osm_opensm_destroy_finish(IN osm_opensm_t * p_osm) in osm_opensm_destroy_finish()
385 ib_api_status_t osm_opensm_init(IN osm_opensm_t * p_osm, in osm_opensm_init()
469 ib_api_status_t osm_opensm_init_finish(IN osm_opensm_t * p_osm, in osm_opensm_init_finish()
533 ib_api_status_t osm_opensm_bind(IN osm_opensm_t * p_osm, IN ib_net64_t guid) in osm_opensm_bind()
H A Dosm_console.c296 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()
561 static void resweep_parse(char **p_last, osm_opensm_t * p_osm, FILE * out) in resweep_parse()
577 static void reroute_parse(char **p_last, osm_opensm_t * p_osm, FILE * out) in reroute_parse()
583 static void sweep_parse(char **p_last, osm_opensm_t * p_osm, FILE * out) in sweep_parse()
[all …]
H A Dosm_sa.c544 osm_opensm_t *p_osm; member
549 opensm_dump_to_file(osm_opensm_t * p_osm, const char *file_name, in opensm_dump_to_file()
626 osm_opensm_t *p_osm = ((struct opensm_dump_context *)cxt)->p_osm; in sa_dump_one_mgrp() local
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()
1093 static void sa_db_file_load_handle_mgrp(osm_opensm_t * p_osm, in sa_db_file_load_handle_mgrp()
[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() local
270 osm_opensm_t *p_osm = context; in do_lid_matrix_file_load() local
H A Dosm_congestion_control.c354 int osm_congestion_control_setup(struct osm_opensm *p_osm) in osm_congestion_control_setup()
413 int osm_congestion_control_wait_pending_transactions(struct osm_opensm *p_osm) in osm_congestion_control_wait_pending_transactions()
447 osm_opensm_t *p_osm = p_cc->osm; in cc_rcv_mad() local
579 struct osm_opensm *p_osm, in osm_congestion_control_init()
667 osm_opensm_t *p_osm = p_cc->osm; in cc_mad_send_err_callback() local
H A Dosm_dump.c130 osm_opensm_t *p_osm = cxt; in dump_ucast_routes() local
306 osm_opensm_t *p_osm = cxt; in dump_lid_matrix() local
334 osm_opensm_t *p_osm = cxt; in dump_ucast_lfts() local
643 osm_opensm_t *p_osm; member
668 void osm_dump_qmap_to_file(osm_opensm_t * p_osm, const char *file_name, in osm_dump_qmap_to_file()
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()
564 int osm_manager_loop(osm_subn_opt_t * p_opt, osm_opensm_t * p_osm) in osm_manager_loop()
H A Dosm_ucast_updn.c70 osm_opensm_t *p_osm; member
410 osm_opensm_t *p_osm = p_updn->p_osm; in updn_find_root_nodes_by_min_hop() local
H A Dosm_link_mgr.c63 osm_opensm_t *p_osm = sm->p_subn->p_osm; in link_mgr_get_smsl() local
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() local
1319 int osm_ucast_lash_setup(struct osm_routing_engine *r, osm_opensm_t *p_osm) in osm_ucast_lash_setup()
H A Dosm_ucast_dnup.c71 osm_opensm_t *p_osm; member
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_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_sa_path_record.c160 osm_opensm_t *p_osm; in pr_rcv_get_path_parms() local
H A Dosm_ucast_mgr.c1100 osm_opensm_t *p_osm; in osm_ucast_mgr_process() local
H A Dosm_ucast_ftree.c208 osm_opensm_t *p_osm; member
4325 int osm_ucast_ftree_setup(struct osm_routing_engine *r, osm_opensm_t * p_osm) in osm_ucast_ftree_setup()
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()
H A Dosm_torus.c9181 osm_opensm_t *p_osm = ctx->osm; in torus_path_sl() local
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_opensm.h482 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()
571 osm_opensm_wait_for_subnet_up(IN osm_opensm_t * p_osm, IN uint32_t wait_us, in osm_opensm_wait_for_subnet_up()
H A Dosm_ucast_lash.h87 osm_opensm_t *p_osm; member
H A Dosm_subnet.h747 struct osm_opensm *p_osm; member