Home
last modified time | relevance | path

Searched refs:osm_dr_path_t (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_path.h85 } osm_dr_path_t; typedef
109 static inline void osm_dr_path_construct(IN osm_dr_path_t * p_path) in osm_dr_path_construct()
147 osm_dr_path_init(IN osm_dr_path_t * p_path, IN uint8_t hop_count, in osm_dr_path_init()
187 static inline int osm_dr_path_extend(IN osm_dr_path_t * p_path, in osm_dr_path_extend()
H A Dosm_sm.h403 ib_api_status_t osm_req_get(IN osm_sm_t * sm, IN const osm_dr_path_t * p_path,
475 osm_madw_t *osm_prepare_req_set(IN osm_sm_t * sm, IN const osm_dr_path_t * p_path,
529 ib_api_status_t osm_req_set(IN osm_sm_t * sm, IN const osm_dr_path_t * p_path,
H A Dosm_port.h118 osm_dr_path_t dr_path;
1128 static inline osm_dr_path_t *osm_physp_get_dr_path_ptr(IN const osm_physp_t * in osm_physp_get_dr_path_ptr()
1133 return (osm_dr_path_t *) & p_physp->dr_path; in osm_physp_get_dr_path_ptr()
H A Dosm_attrib_req.h87 osm_dr_path_t path;
H A Dosm_helper.h600 void osm_dump_dr_path(IN osm_log_t * p_log, IN const osm_dr_path_t * p_path,
603 void osm_dump_dr_path_v2(IN osm_log_t * p_log, IN const osm_dr_path_t * p_path,
625 void osm_dump_dr_path_as_buf(IN size_t max_len, IN const osm_dr_path_t * p_path,
/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_pkt_randomizer.c66 IN osm_dr_path_t * p_dr_path, in __osm_pkt_randomizer_is_path_in_fault_paths()
71 osm_dr_path_t *p_found_dr_path; in __osm_pkt_randomizer_is_path_in_fault_paths()
119 IN osm_dr_path_t * p_dr_path) in __osm_pkt_randomizer_process_path()
192 p_dr_path, sizeof(osm_dr_path_t)); in __osm_pkt_randomizer_process_path()
227 osm_dr_path_t dr_path; in osm_pkt_randomizer_mad_drop()
294 (*pp_pkt_randomizer)->fault_dr_paths = malloc(sizeof(osm_dr_path_t) * in osm_pkt_randomizer_init()
303 sizeof(osm_dr_path_t) * in osm_pkt_randomizer_init()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_req.c67 IN const osm_dr_path_t * p_path) in req_determine_mkey()
156 ib_api_status_t osm_req_get(IN osm_sm_t * sm, IN const osm_dr_path_t * p_path, in osm_req_get()
238 osm_madw_t *osm_prepare_req_set(IN osm_sm_t * sm, IN const osm_dr_path_t * p_path, in osm_prepare_req_set()
329 ib_api_status_t osm_req_set(IN osm_sm_t * sm, IN const osm_dr_path_t * p_path, in osm_req_set()
H A Dosm_port.c320 IN osm_dr_path_t const *p_path, in physp_get_dr_physp_set()
395 osm_dr_path_t *p_dr_path; in physp_update_new_dr_path()
443 osm_dr_path_t *p_dr_path; in osm_physp_replace_dr_path_with_alternate_dr_path()
H A Dosm_state_mgr.c128 osm_dr_path_t *p_dr_path; in state_mgr_get_sw_info()
165 osm_dr_path_t *p_dr_path; in state_mgr_get_remote_port_info()
166 osm_dr_path_t rem_node_dr_path; in state_mgr_get_remote_port_info()
174 memcpy(&rem_node_dr_path, p_dr_path, sizeof(osm_dr_path_t)); in state_mgr_get_remote_port_info()
213 osm_dr_path_t dr_path; in state_mgr_sweep_hop_0()
502 osm_dr_path_t hop_1_path; in state_mgr_sweep_hop_1()
650 osm_dr_path_t *p_path; in state_mgr_reset_state_change_bit()
H A Dosm_node_info_rcv.c73 osm_dr_path_t path; in report_duplicated_guid()
105 osm_dr_path_t path; in requery_dup_node_info()
466 osm_dr_path_t *p_dr_path; in ni_rcv_process_existing_ca_or_router()
585 osm_dr_path_t *path; in ni_rcv_process_switch()
H A Dosm_sm_state_mgr.c82 osm_dr_path_t dr_path; in sm_state_mgr_send_master_sm_info_req()
125 memcpy(&dr_path, osm_physp_get_dr_path_ptr(p_port->p_physp), sizeof(osm_dr_path_t)); in sm_state_mgr_send_master_sm_info_req()
H A Dosm_sw_info_rcv.c68 osm_dr_path_t *p_dr_path;
114 osm_dr_path_t *p_dr_path;
H A Dosm_port_info_rcv.c272 osm_dr_path_t path; in pi_rcv_process_switch_ext_port()
470 osm_dr_path_t path; in get_pkey_table()
650 osm_dr_path_t *p_dr_path; in osm_pi_rcv_process()
H A Dosm_mcast_mgr.c336 osm_dr_path_t *p_path; in mcast_mgr_set_mft_block()
1044 osm_dr_path_t *p_path; in mcast_mgr_set_mfttop()
H A Dosm_helper.c2863 static void osm_dump_dr_path_to_buf(IN const osm_dr_path_t * p_path, in osm_dump_dr_path_to_buf()
2879 void osm_dump_dr_path(IN osm_log_t * p_log, IN const osm_dr_path_t * p_path, in osm_dump_dr_path()
2891 void osm_dump_dr_path_v2(IN osm_log_t * p_log, IN const osm_dr_path_t * p_path, in osm_dump_dr_path_v2()
2948 IN const osm_dr_path_t * p_path, in osm_dump_dr_path_as_buf()
H A Dosm_ucast_mgr.c906 osm_dr_path_t *p_path; in ucast_mgr_set_fwd_top()
978 osm_dr_path_t *p_path; in set_lft_block()
H A Dosm_trap_rcv.c380 osm_dr_path_t *p_path; in trap_rcv_process_request()
H A Dosm_perfmgr.c840 osm_dr_path_t hop_1_path; in sweep_hop_1()
960 osm_dr_path_t dr_path; in sweep_hop_0()
/freebsd/contrib/ofed/opensm/include/vendor/
H A Dosm_pkt_randomizer.h93 osm_dr_path_t *fault_dr_paths;