Home
last modified time | relevance | path

Searched refs:hop_count (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_path.h83 uint8_t hop_count; member
147 osm_dr_path_init(IN osm_dr_path_t * p_path, IN uint8_t hop_count, in osm_dr_path_init() argument
152 CL_ASSERT(hop_count < IB_SUBNET_PATH_HOPS_MAX); in osm_dr_path_init()
153 p_path->hop_count = hop_count; in osm_dr_path_init()
154 memcpy(p_path->path, path, hop_count + 1); in osm_dr_path_init()
190 p_path->hop_count++; in osm_dr_path_extend()
192 if (p_path->hop_count >= IB_SUBNET_PATH_HOPS_MAX) in osm_dr_path_extend()
197 p_path->path[p_path->hop_count] = port_num; in osm_dr_path_extend()
H A Dosm_port.h247 IN osm_bind_handle_t h_bind, IN uint8_t hop_count,
/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_pkt_randomizer.c82 if (p_found_dr_path->hop_count > p_dr_path->hop_count) in __osm_pkt_randomizer_is_path_in_fault_paths()
87 for (ind2 = 0; ind2 <= p_found_dr_path->hop_count; ind2++) in __osm_pkt_randomizer_is_path_in_fault_paths()
155 if (p_dr_path->hop_count <= 1) in __osm_pkt_randomizer_process_path()
162 for (i = 0; i <= p_dr_path->hop_count; i++) { in __osm_pkt_randomizer_process_path()
237 osm_dr_path_init(&dr_path, p_smp->hop_count, p_smp->initial_path); in osm_pkt_randomizer_mad_drop()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_req.c82 if (p_path->hop_count == 0) { in req_determine_mkey()
96 for (hop = 2; p_physp && hop <= p_path->hop_count; hop++) { in req_determine_mkey()
210 tid, attr_id, attr_mod, p_path->hop_count, in osm_req_get()
293 tid, attr_id, attr_mod, p_path->hop_count, in osm_prepare_req_set()
H A Dosm_sminfo_rcv.c449 p_smp->initial_path, p_smp->hop_count + 1); in smi_rcv_process_get_response()
622 p_smp->return_path, p_smp->hop_count + 1); in osm_sminfo_rcv_process()
641 p_smp->return_path, p_smp->hop_count + 1); in osm_sminfo_rcv_process()
H A Dosm_port.c93 IN osm_bind_handle_t h_bind, IN uint8_t hop_count, in osm_physp_init() argument
108 osm_dr_path_init(&p_physp->dr_path, hop_count, p_initial_path); in osm_physp_init()
348 for (hop = 1; hop < p_path->hop_count - 1; hop++) { in physp_get_dr_physp_set()
H A Dosm_node_info_rcv.c97 path.hop_count); in report_duplicated_guid()
118 path.hop_count); in requery_dup_node_info()
569 osm_dr_path_init(p_dr_path, p_smp->hop_count, in ni_rcv_process_existing_ca_or_router()
595 osm_dr_path_init(path, p_smp->hop_count, p_smp->initial_path); in ni_rcv_process_switch()
H A Dosm_trap_rcv.c226 p->dr_path.hop_count > p->p_remote_physp->dr_path.hop_count) in disable_port()
590 "Path = ", p_path->hop_count); in trap_rcv_process_request()
H A Dosm_helper.c2699 "\n", p_smp->hop_ptr, p_smp->hop_count, in osm_dump_dr_smp_to_buf()
2719 p_smp->hop_count + 1); in osm_dump_dr_smp_to_buf()
2725 p_smp->hop_count + 1); in osm_dump_dr_smp_to_buf()
2872 "Path = ", p_path->hop_count); in osm_dump_dr_path_to_buf()
2875 p_path->hop_count + 1); in osm_dump_dr_path_to_buf()
2912 "Initial path = ", p_smp->hop_count); in osm_dump_smp_dr_path_to_buf()
2915 p_smp->hop_count + 1); in osm_dump_smp_dr_path_to_buf()
2919 p_smp->return_path, p_smp->hop_count + 1); in osm_dump_smp_dr_path_to_buf()
2951 sprint_uint8_arr(buf, max_len, p_path->path, p_path->hop_count + 1); in osm_dump_dr_path_as_buf()
H A Dosm_node.c71 p_smp->hop_count, p_smp->initial_path); in osm_node_init_physp()
H A Dosm_port_info_rcv.c368 path.hop_count); in pi_rcv_process_switch_ext_port()
768 osm_dr_path_init(p_dr_path, p_smp->hop_count, in osm_pi_rcv_process()
H A Dosm_sm_mad_ctrl.c566 for (i = 1; i <= p_smp->hop_count; i++) { in log_rcv_cb_error()
H A Dosm_state_mgr.c179 p_dr_path->hop_count); in state_mgr_get_remote_port_info()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h4128 uint8_t hop_count; member
4306 IN const uint8_t hop_count, in ib_smp_init_new() argument
4312 CL_ASSERT(hop_count < IB_SUBNET_PATH_HOPS_MAX); in ib_smp_init_new()
4319 p_smp->hop_count = hop_count; in ib_smp_init_new()
/freebsd/sys/dev/ocs_fc/
H A Dsli4.h728 hop_count:8;