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

/freebsd-10-stable/contrib/ofed/management/opensm/include/opensm/
H A Dosm_path.h83 uint8_t hop_count; member in struct:osm_dr_path
91 * hop_count
124 * hop_count
150 IN const uint8_t hop_count,
155 CL_ASSERT(hop_count < IB_SUBNET_PATH_HOPS_MAX);
157 p_path->hop_count = hop_count;
169 * hop_count
194 p_path->hop_count++;
195 CL_ASSERT(p_path->hop_count < IB_SUBNET_PATH_HOPS_MA
148 osm_dr_path_init(IN osm_dr_path_t * const p_path, IN const osm_bind_handle_t h_bind, IN const uint8_t hop_count, IN const uint8_t path[IB_SUBNET_PATH_HOPS_MAX]) argument
[all...]
H A Dosm_port.h217 IN const uint8_t hop_count,
240 * hop_count
/freebsd-10-stable/contrib/ofed/management/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++) {
240 p_smp->hop_count, p_smp->initial_path);
/freebsd-10-stable/contrib/ofed/management/opensm/opensm/
H A Dosm_node.c74 p_smp->hop_count, p_smp->initial_path);
91 p_smp->hop_count, p_smp->initial_path);
H A Dosm_req.c109 p_path->hop_count,
187 p_path->hop_count,
H A Dosm_helper.c1845 p_smp->hop_count,
1863 for (i = 0; i <= p_smp->hop_count; i++) {
1875 for (i = 0; i <= p_smp->hop_count; i++) {
2003 "\n\t\t\t\tPath = ", p_path->hop_count);
2005 for (i = 0; i <= p_path->hop_count; i++) {
2028 "\n\t\t\t\tInitial path = ", p_smp->hop_count);
2030 for (i = 0; i <= p_smp->hop_count; i++) {
2040 for (i = 0; i <= p_smp->hop_count; i++) {
H A Dosm_port.c97 IN const uint8_t hop_count,
112 osm_dr_path_init(&p_physp->dr_path, h_bind, hop_count, p_initial_path);
469 for (hop = 1; hop < p_path->hop_count - 1; hop++) {
92 osm_physp_init(IN osm_physp_t * const p_physp, IN const ib_net64_t port_guid, IN const uint8_t port_num, IN const struct osm_node *const p_node, IN const osm_bind_handle_t h_bind, IN const uint8_t hop_count, IN const uint8_t * const p_initial_path) argument
H A Dosm_node_info_rcv.c473 osm_dr_path_init(p_dr_path, h_bind, p_smp->hop_count,
514 p_smp->hop_count, p_smp->initial_path);
H A Dosm_port_info_rcv.c634 p_smp->hop_count, p_smp->initial_path);
643 p_smp->hop_count, p_smp->initial_path);
H A Dosm_trap_rcv.c244 p->dr_path.hop_count > p->p_remote_physp->dr_path.hop_count)
/freebsd-10-stable/contrib/ofed/management/opensm/include/iba/
H A Dib_types.h3899 uint8_t hop_count; member in struct:_ib_smp
3934 * hop_count
4078 IN const uint8_t hop_count,
4084 CL_ASSERT(hop_count < IB_SUBNET_PATH_HOPS_MAX);
4091 p_smp->hop_count = hop_count;
4126 * hop_count
4073 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

Completed in 294 milliseconds