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

/freebsd-12-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_path.h83 uint8_t hop_count; member in struct:osm_dr_path
91 * hop_count
123 * hop_count
147 osm_dr_path_init(IN osm_dr_path_t * p_path, IN uint8_t hop_count, argument
152 CL_ASSERT(hop_count < IB_SUBNET_PATH_HOPS_MAX);
153 p_path->hop_count = hop_count;
154 memcpy(p_path->path, path, hop_count + 1);
165 * hop_count
190 p_path->hop_count
[all...]
H A Dosm_port.h247 IN osm_bind_handle_t h_bind, IN uint8_t hop_count,
270 * hop_count
/freebsd-12-stable/contrib/ofed/opensm/libvendor/
H A Dosm_pkt_randomizer.c82 if (p_found_dr_path->hop_count > p_dr_path->hop_count)
87 for (ind2 = 0; ind2 <= p_found_dr_path->hop_count; ind2++)
154 /* If the hop_count is 1 - then this is a mad down to our local port - don't drop it */
155 if (p_dr_path->hop_count <= 1)
162 for (i = 0; i <= p_dr_path->hop_count; i++) {
237 osm_dr_path_init(&dr_path, p_smp->hop_count, p_smp->initial_path);
/freebsd-12-stable/contrib/ofed/opensm/opensm/
H A Dosm_req.c81 /* hop_count == 0: destination port guid is SM */
82 if (p_path->hop_count == 0) {
95 /* hop_count == 1: outgoing physp is SM physp */
96 for (hop = 2; p_physp && hop <= p_path->hop_count; hop++) {
210 tid, attr_id, attr_mod, p_path->hop_count,
293 tid, attr_id, attr_mod, p_path->hop_count,
H A Dosm_port.c93 IN osm_bind_handle_t h_bind, IN uint8_t hop_count,
108 osm_dr_path_init(&p_physp->dr_path, hop_count, p_initial_path);
346 for (hop = 1; hop < p_path->hop_count - 1; hop++) {
91 osm_physp_init(IN osm_physp_t * p_physp, IN ib_net64_t port_guid, IN uint8_t port_num, IN const struct osm_node *p_node, IN osm_bind_handle_t h_bind, IN uint8_t hop_count, IN const uint8_t * p_initial_path) argument
H A Dosm_sminfo_rcv.c449 p_smp->initial_path, p_smp->hop_count + 1);
622 p_smp->return_path, p_smp->hop_count + 1);
641 p_smp->return_path, p_smp->hop_count + 1);
H A Dosm_trap_rcv.c226 p->dr_path.hop_count > p->p_remote_physp->dr_path.hop_count)
590 "Path = ", p_path->hop_count);
H A Dosm_node.c71 p_smp->hop_count, p_smp->initial_path);
H A Dosm_node_info_rcv.c97 path.hop_count);
118 path.hop_count);
569 osm_dr_path_init(p_dr_path, p_smp->hop_count,
595 osm_dr_path_init(path, p_smp->hop_count, p_smp->initial_path);
H A Dosm_helper.c2699 "\n", p_smp->hop_ptr, p_smp->hop_count,
2719 p_smp->hop_count + 1);
2725 p_smp->hop_count + 1);
2872 "Path = ", p_path->hop_count);
2875 p_path->hop_count + 1);
2912 "Initial path = ", p_smp->hop_count);
2915 p_smp->hop_count + 1);
2919 p_smp->return_path, p_smp->hop_count + 1);
2951 sprint_uint8_arr(buf, max_len, p_path->path, p_path->hop_count + 1);
H A Dosm_port_info_rcv.c368 path.hop_count);
768 osm_dr_path_init(p_dr_path, p_smp->hop_count,
H A Dosm_sm_mad_ctrl.c566 for (i = 1; i <= p_smp->hop_count; i++) {
H A Dosm_state_mgr.c179 p_dr_path->hop_count);
/freebsd-12-stable/contrib/ofed/opensm/include/iba/
H A Dib_types.h4128 uint8_t hop_count; member in struct:_ib_smp
4162 * hop_count
4306 IN const uint8_t hop_count,
4312 CL_ASSERT(hop_count < IB_SUBNET_PATH_HOPS_MAX);
4319 p_smp->hop_count = hop_count;
4354 * hop_count
4301 ib_smp_init_new(IN ib_smp_t * const p_smp, IN const uint8_t method, IN const ib_net64_t trans_id, IN const ib_net16_t attr_id, IN const ib_net32_t attr_mod, IN const uint8_t hop_count, IN const ib_net64_t m_key, IN const uint8_t * path_out, IN const ib_net16_t dr_slid, IN const ib_net16_t dr_dlid) argument
/freebsd-12-stable/sys/dev/ocs_fc/
H A Dsli4.h682 hop_count:8; member in struct:sli4_cmd_init_vfi_s

Completed in 231 milliseconds