Home
last modified time | relevance | path

Searched refs:dest_lid (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_resp.c134 p_madw->mad_addr.dest_lid = in osm_resp_send()
137 p_req_madw->mad_addr.dest_lid; in osm_resp_send()
H A Dosm_req.c214 p_madw->mad_addr.dest_lid = IB_LID_PERMISSIVE; in osm_req_get()
297 p_madw->mad_addr.dest_lid = IB_LID_PERMISSIVE; in osm_prepare_req_set()
390 madw->mad_addr.dest_lid = smport->p_physp->port_info.base_lid; in osm_send_trap144()
424 cl_ntoh64(smp->trans_id), cl_ntoh16(madw->mad_addr.dest_lid)); in osm_send_trap144()
H A Dosm_perfmgr.c250 cl_ntoh16(p_madw->mad_addr.dest_lid), in perfmgr_mad_send_err_callback()
389 ib_net16_t dest_lid, in perfmgr_build_mad() argument
428 p_madw->mad_addr.dest_lid = dest_lid; in perfmgr_build_mad()
490 ib_net16_t dest_lid, in perfmgr_send_pc_mad() argument
506 p_madw = perfmgr_build_mad(perfmgr, dest_lid, sl, dest_qp, pkey_ix, in perfmgr_send_pc_mad()
600 ib_net16_t dest_lid, in perfmgr_send_cpi_mad() argument
613 p_madw = perfmgr_build_mad(pm, dest_lid, sl, dest_qp, in perfmgr_send_cpi_mad()
661 ib_net16_t dest_lid, in perfmgr_send_pce_mad() argument
676 p_madw = perfmgr_build_mad(perfmgr, dest_lid, sl, dest_qp, pkey_ix, in perfmgr_send_pce_mad()
H A Dosm_inform.c325 cl_ntoh16(p_infr_rec->report_addr.dest_lid), in send_report()
337 cl_ntoh16(p_infr_rec->report_addr.dest_lid)); in send_report()
401 p_infr_rec->report_addr.dest_lid); in is_access_permitted()
405 cl_ntoh16(p_infr_rec->report_addr.dest_lid)); in is_access_permitted()
H A Dosm_sa_multipath_record.c163 ib_net16_t dest_lid; in mpr_rcv_get_path_parms() local
173 dest_lid = cl_hton16(dest_lid_ho); in mpr_rcv_get_path_parms()
217 p_physp = osm_switch_get_route_by_lid(p_node->sw, dest_lid); in mpr_rcv_get_path_parms()
261 osm_switch_get_route_by_lid(p_node->sw, dest_lid); in mpr_rcv_get_path_parms()
365 p_physp = osm_switch_get_route_by_lid(p_node->sw, dest_lid); in mpr_rcv_get_path_parms()
H A Dosm_sa_path_record.c173 ib_net16_t dest_lid; in pr_rcv_get_path_parms() local
183 dest_lid = cl_hton16(dest_lid_ho); in pr_rcv_get_path_parms()
229 p_physp = osm_switch_get_route_by_lid(p_node->sw, dest_lid); in pr_rcv_get_path_parms()
272 osm_switch_get_route_by_lid(p_node->sw, dest_lid); in pr_rcv_get_path_parms()
359 p_physp = osm_switch_get_route_by_lid(p_node->sw, dest_lid); in pr_rcv_get_path_parms()
H A Dosm_congestion_control.c102 p_madw->mad_addr.dest_lid = osm_node_get_base_lid(p_node, port); in cc_mad_post()
700 cl_ntoh16(p_madw->mad_addr.dest_lid), in cc_mad_send_err_callback()
H A Dosm_sa.c449 cl_ntoh16(madw->mad_addr.dest_lid)); in osm_sa_respond()
694 cl_ntoh16(p_infr->report_addr.dest_lid), in sa_dump_one_inform()
1299 &rep_addr.dest_lid); in osm_sa_db_file_load()
H A Dosm_sa_mad_ctrl.c440 cl_ntoh16(p_madw->mad_addr.dest_lid), in sa_mad_ctrl_send_err_callback()
H A Dosm_sa_informinfo.c450 cl_ntoh16(p_madw->mad_addr.dest_lid)); in infr_rcv_process_set_method()
H A Dosm_sm_mad_ctrl.c772 if (p_madw->mad_addr.dest_lid != 0xFFFF) { in sm_mad_ctrl_send_err_cb()
/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_ts_anafa.c363 p_mad->dlid = cl_ntoh16(p_mad_addr->dest_lid); in __osmv_TOPSPIN_ANAFA_osm_addr_to_mad_addr()
385 p_mad_addr->dest_lid = cl_hton16(p_mad->slid); in __osmv_TOPSPIN_ANAFA_mad_addr_to_osm_addr()
H A Dosm_vendor_mlx_sim.c347 p_ibms_addr->dlid = cl_ntoh16(p_osm_addr->dest_lid); in __osmv_ibms_osm_addr_to_mad_addr()
371 p_osm_addr->dest_lid = cl_hton16(p_ibms_addr->slid); in __osmv_ibms_mad_addr_to_osm_addr()
H A Dosm_vendor_mlx_ts.c413 p_mad->dlid = cl_ntoh16(p_mad_addr->dest_lid); in __osmv_TOPSPIN_osm_addr_to_mad_addr()
435 p_mad_addr->dest_lid = cl_hton16(p_mad->slid); in __osmv_TOPSPIN_mad_addr_to_osm_addr()
H A Dosm_vendor_ibumad.c115 cl_ntoh16(p_madw->mad_addr.dest_lid)); in log_send_error()
281 osm_mad_addr->dest_lid = ib_mad_addr->lid; in ib_mad_addr_conv()
285 osm_mad_addr->addr_type.smi.source_lid = osm_mad_addr->dest_lid; in ib_mad_addr_conv()
1134 umad_set_addr_net(p_vw->umad, p_mad_addr->dest_lid, 0, 0, 0); in osm_vendor_send()
1139 umad_set_addr_net(p_vw->umad, p_mad_addr->dest_lid, in osm_vendor_send()
H A Dosm_vendor_mlx_sa.c499 p_madw->mad_addr.dest_lid = p_bind->sm_lid; in __osmv_send_sa_req()
501 p_madw->mad_addr.dest_lid = cl_hton16(p_bind->sm_lid); in __osmv_send_sa_req()
727 dest_lid; in osmv_query_sa()
H A Dosm_vendor_mlx_ibmgt.c698 p_mad_addr->dest_lid = cl_hton16(p_rcv_desc->remote_lid); in __osmv_IBMGT_rcv_desc_to_osm_addr()
761 p_av->dlid = cl_ntoh16(p_mad_addr->dest_lid); in __osmv_IBMGT_osm_addr_to_ibmgt_addr()
H A Dosm_vendor_ts.c87 p_mad_addr->dest_lid = cl_hton16(p_mad->slid); in __osm_ts_conv_mad_rcv_desc_to_osm_addr()
129 p_mad->dlid = cl_ntoh16(p_mad_addr->dest_lid); in __osm_ts_conv_osm_addr_to_ts_addr()
H A Dosm_vendor_ibumad_sa.c409 p_madw->mad_addr.dest_lid = in __osmv_send_sa_req()
652 ((osmv_lid_pair_t *) (p_query_req->p_query_input))->dest_lid; in osmv_query_sa()
H A Dosm_vendor_mtl.c93 p_mad_addr->dest_lid = cl_hton16(p_rcv_desc->remote_lid); in __osm_mtl_conv_ibmgt_rcv_desc_to_osm_addr()
152 p_av->dlid = cl_ntoh16(p_mad_addr->dest_lid); in __osm_mtl_conv_osm_addr_to_ibmgt_addr()
H A Dosm_vendor_umadt.c532 destAddr.DestLid = p_mad_addr->dest_lid; in osm_vendor_send()
939 osm_mad_addr.dest_lid = pRecvCmp->AddressInfo.DestLid; in __mad_recv_processor()
H A Dosm_vendor_al.c267 mad_addr.dest_lid = p_elem->remote_lid; in __osm_al_rcv_callback()
1106 av.dlid = p_mad_addr->dest_lid; in osm_vendor_send()
/freebsd/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_sa_api.h263 ib_net16_t dest_lid; member
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_madw.h414 ib_net16_t dest_lid; member
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h9399 uint16_t dest_lid; member
10457 ib_net16_t dest_lid; member
10464 ib_net16_t dest_lid; member

12