Searched refs:port_guid (Results 1 - 25 of 99) sorted by relevance

1234

/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_guid_info_rcv.c74 ib_net64_t port_guid, node_guid; local
91 port_guid = p_context->port_guid;
94 osm_dump_guid_info_v2(sm->p_log, node_guid, port_guid, block_num, p_gi,
105 p_port = osm_get_port_by_guid(sm->p_subn, port_guid);
112 cl_ntoh64(port_guid), cl_ntoh64(node_guid),
H A Dosm_pkey_rcv.c66 ib_net64_t port_guid; local
82 port_guid = p_context->port_guid;
95 p_port = osm_get_port_by_guid(sm->p_subn, port_guid);
100 ", TID 0x%" PRIx64 "\n", cl_ntoh64(port_guid),
127 PRIx64 "\n", block_num, port_num, cl_ntoh64(port_guid),
140 osm_dump_pkey_block_v2(sm->p_log, port_guid, block_num, port_num,
H A Dosm_vl_arb_rcv.c75 ib_net64_t port_guid; local
90 port_guid = p_context->port_guid;
103 p_port = osm_get_port_by_guid(sm->p_subn, port_guid);
108 ", TID 0x%" PRIx64 "\n", cl_ntoh64(port_guid),
133 PRIx64 "\n", block_num, port_num, cl_ntoh64(port_guid),
152 osm_dump_vl_arb_table_v2(sm->p_log, port_guid, block_num, port_num,
H A Dosm_mlnx_ext_port_info_rcv.c73 ib_net64_t port_guid, node_guid; local
89 port_guid = p_context->port_guid;
92 osm_dump_mlnx_ext_port_info_v2(sm->p_log, node_guid, port_guid, port_num,
96 p_port = osm_get_port_by_guid(sm->p_subn, port_guid);
103 cl_ntoh64(port_guid),
H A Dosm_slvl_map_rcv.c74 ib_net64_t port_guid; local
90 port_guid = p_context->port_guid;
104 p_port = osm_get_port_by_guid(sm->p_subn, port_guid);
110 ", TID 0x%" PRIx64 "\n", cl_ntoh64(port_guid),
153 cl_ntoh64(port_guid), cl_ntoh64(node_guid),
156 osm_dump_slvl_map_table_v2(sm->p_log, port_guid,
H A Dosm_ucast_file.c82 ib_net64_t port_guid)
87 new_lid = port_guid ? remap_lid(p_osm, lid, port_guid) : lid;
98 if (!(p_osm->subn.opt.port_profile_switch_nodes && port_guid &&
99 osm_get_switch_by_guid(&p_osm->subn, port_guid)))
105 new_lid, lid, port_num, cl_ntoh64(port_guid),
127 ib_net64_t sw_guid, port_guid; local
239 port_guid = 0;
242 port_guid = strtoull(p, &q, 16);
249 port_guid
80 add_path(osm_opensm_t * p_osm, osm_switch_t * p_sw, uint16_t lid, uint8_t port_num, ib_net64_t port_guid) argument
[all...]
H A Dosm_drop_mgr.c92 p_remote_physp->port_guid);
109 cl_ntoh64(p_remote_physp->port_guid),
119 p_remote_physp->port_guid != sm->p_subn->sm_port_guid) {
161 ib_net64_t port_guid; local
181 port_guid = osm_port_get_guid(p_port);
183 "Unreachable port 0x%016" PRIx64 "\n", cl_ntoh64(port_guid));
186 (osm_port_t *) cl_qmap_get(&sm->p_subn->port_guid_tbl, port_guid);
190 cl_ntoh64(port_guid));
205 port_gid.unicast.interface_id = port_guid;
255 cl_qmap_remove(&sm->p_subn->port_guid_tbl, port_guid);
337 ib_net64_t port_guid; local
395 ib_net64_t port_guid; local
499 ib_net64_t port_guid; local
[all...]
H A Dosm_port_info_rcv.c87 ib_net64_t port_guid; local
96 port_guid = osm_physp_get_port_guid(p_physp);
106 PRIx64 "\n", mtu, cl_ntoh64(port_guid));
115 PRIx64 "\n", rate, cl_ntoh64(port_guid));
127 PRIx64 "\n", data_vls, cl_ntoh64(port_guid));
137 cl_ntoh64(port_guid), mpb);
140 if (port_guid != sm->p_subn->sm_port_guid) {
150 port_guid);
158 cl_ntoh64(port_guid));
163 cl_ntoh64(port_guid));
567 ib_net64_t port_guid; local
653 ib_net64_t port_guid, node_guid; local
[all...]
H A Dosm_sa_node_record.c73 IN ib_net64_t port_guid, IN ib_net16_t lid,
93 cl_ntoh64(port_guid), cl_ntoh16(lid));
100 p_rec_item->resp.node_rec.node_info.port_guid = port_guid;
129 ib_net64_t port_guid; local
157 port_guid = osm_physp_get_port_guid(p_physp);
160 && (port_guid != match_port_guid))
187 nr_rcv_new_nr(sa, p_node, p_list, port_guid, base_lid, port_num);
226 match_port_guid = p_rcvd_rec->node_info.port_guid;
70 nr_rcv_new_nr(osm_sa_t * sa, IN const osm_node_t * p_node, IN cl_qlist_t * p_list, IN ib_net64_t port_guid, IN ib_net16_t lid, IN unsigned int port_num) argument
H A Dosm_port.c73 if (p_physp->port_guid) {
91 void osm_physp_init(IN osm_physp_t * p_physp, IN ib_net64_t port_guid, argument
102 p_physp->port_guid = port_guid;
141 ib_net64_t port_guid; local
152 port_guid = p_ni->port_guid;
153 p_port->guid = port_guid;
167 CL_ASSERT(port_guid == osm_physp_get_port_guid(p_physp));
446 ib_net64_t port_guid; local
[all...]
H A Dosm_node_info_rcv.c123 p_physp->p_remote_physp->p_node->node_info.port_guid;
343 context.pi_context.port_guid = osm_physp_get_port_guid(physp);
449 sm->p_subn->sm_port_guid = p_node->node_info.port_guid;
480 p_port = osm_get_port_by_guid(sm->p_subn, p_ni->port_guid);
484 cl_ntoh64(p_ni->port_guid));
500 p_ni->port_guid,
509 cl_ntoh64(p_ni->port_guid));
515 p_alias_guid = osm_alias_guid_new(p_ni->port_guid,
521 cl_ntoh64(p_ni->port_guid));
534 cl_ntoh64(p_ni->port_guid));
[all...]
H A Dosm_node.c57 ib_net64_t port_guid; local
64 port_guid = p_ni->port_guid;
69 port_guid, port_num, p_node,
/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_multicast.h247 IN ib_net64_t port_guid)
249 return (cl_qmap_get(&p_mgrp->mcm_port_tbl, port_guid) !=
258 * port_guid
373 IN ib_net64_t port_guid);
379 * port_guid
400 IN ib_net64_t port_guid);
406 * port_guid
246 osm_mgrp_is_guid(IN const osm_mgrp_t * p_mgrp, IN ib_net64_t port_guid) argument
H A Dosm_madw.h72 ib_net64_t port_guid; member in struct:osm_bind_info
181 ib_net64_t port_guid; member in struct:osm_pi_context
200 ib_net64_t port_guid; member in struct:osm_gi_context
277 ib_net64_t port_guid; member in struct:osm_smi_context
294 ib_net64_t port_guid; member in struct:osm_pkey_context
310 ib_net64_t port_guid; member in struct:osm_slvl_context
326 ib_net64_t port_guid; member in struct:osm_vla_context
352 ib_net64_t port_guid; member in struct:osm_cc_context
H A Dosm_congestion_control.h86 ib_net64_t port_guid; member in struct:osm_congestion_control
127 ib_net64_t port_guid);
H A Dosm_helper.h213 IN ib_net64_t port_guid, IN uint8_t port_num,
218 IN ib_net64_t port_guid, IN uint8_t port_num,
231 * port_guid
261 IN ib_net64_t port_guid, IN uint8_t block_num,
266 IN ib_net64_t port_guid, IN uint8_t block_num,
278 * port_guid
299 IN ib_net64_t port_guid, IN uint8_t port_num,
304 IN ib_net64_t port_guid, IN uint8_t port_num,
401 void osm_dump_pkey_block(IN osm_log_t * p_log, IN uint64_t port_guid,
406 void osm_dump_pkey_block_v2(IN osm_log_t * p_log, IN uint64_t port_guid,
[all...]
H A Dosm_inform.h215 IN ib_net64_t port_guid);
224 * port_guid
228 * CL_SUCCESS if port_guid had any subscriptions being removed
229 * CL_NOT_FOUND if port_guid did not have any active subscriptions
H A Dosm_sa_mad_ctrl.h272 IN ib_net64_t port_guid);
278 * port_guid
H A Dosm_sm_mad_ctrl.h269 IN ib_net64_t port_guid);
275 * port_guid
/freebsd-11-stable/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_mtl_hca_guid.h97 return (p_ca_info->p_attr->p_port_attr[index].port_guid);
H A Dosm_vendor_test.h111 ib_net64_t port_guid; member in struct:_osm_bind_handle
H A Dosm_vendor_al.h166 return (p_ca_info->p_attr->p_port_attr[index].port_guid);
H A Dosm_vendor_mtl.h169 return (p_ca_info->p_attr->p_port_attr[index].port_guid);
/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_sa.c55 uint64_t port_guid; member in struct:_osmv_sa_bind_info
222 IN ib_net64_t port_guid,
257 num_ports, cl_ntoh64(port_guid));
277 if (p_attr_array[port_num].port_guid == port_guid) {
284 cl_ntoh64(port_guid), port_num);
297 IN osm_mad_pool_t * const p_mad_pool, IN ib_net64_t port_guid)
308 "Binding to port 0x%" PRIx64 "\n", cl_ntoh64(port_guid));
310 bind_info.port_guid = port_guid;
221 __osmv_get_lid_and_sm_lid_by_port_guid(IN osm_vendor_t * const p_vend, IN ib_net64_t port_guid, IN OUT uint64_t * p_lids_update_time_sec, OUT uint16_t * lid, OUT uint16_t * sm_lid) argument
296 osmv_bind_sa(IN osm_vendor_t * const p_vend, IN osm_mad_pool_t * const p_mad_pool, IN ib_net64_t port_guid) argument
[all...]
H A Dosm_vendor_al.c667 IN const ib_net64_t port_guid)
677 CL_ASSERT(port_guid);
699 if (port_guid ==
720 IN const ib_net64_t port_guid)
730 CL_ASSERT(port_guid);
752 if (port_guid ==
774 IN const ib_net64_t port_guid)
781 ca_guid = osm_vendor_get_ca_guid(p_vend, port_guid);
786 cl_ntoh64(port_guid));
843 ib_net64_t port_guid; local
666 osm_vendor_get_ca_guid(IN osm_vendor_t * const p_vend, IN const ib_net64_t port_guid) argument
719 osm_vendor_get_port_num(IN osm_vendor_t * const p_vend, IN const ib_net64_t port_guid) argument
773 __osm_vendor_open_ca(IN osm_vendor_t * const p_vend, IN const ib_net64_t port_guid) argument
[all...]

Completed in 261 milliseconds

1234