Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sa_link_record.c377 *pp_src_port = osm_get_port_by_lid(sa->p_subn, p_lr->from_lid); in lr_rcv_get_end_points()
394 *pp_dest_port = osm_get_port_by_lid(sa->p_subn, p_lr->to_lid); in lr_rcv_get_end_points()
H A Dosm_trap_rcv.c89 osm_port_t *p_port = osm_get_port_by_lid(sm->p_subn, lid); in get_physp_by_lid_and_num()
643 p_port = osm_get_port_by_lid(sm->p_subn, source_lid); in trap_rcv_process_request()
H A Dosm_sa_slvl_record.c274 p_port = osm_get_port_by_lid(sa->p_subn, p_rcvd_rec->lid); in osm_slvl_rec_rcv_process()
H A Dosm_sa_vlarb_record.c280 p_port = osm_get_port_by_lid(sa->p_subn, p_rcvd_rec->lid); in osm_vlarb_rec_rcv_process()
H A Dosm_sa_pkey_record.c299 p_port = osm_get_port_by_lid(sa->p_subn, p_rcvd_rec->lid); in osm_pkey_rec_rcv_process()
H A Dosm_sa_sminfo_record.c246 p_port = osm_get_port_by_lid(sa->p_subn, p_rcvd_rec->lid); in osm_smir_rcv_process()
H A Dosm_ucast_dfsssp.c1355 p_port = osm_get_port_by_lid(p_mgr->p_subn, sm_lid); in dfsssp_build_graph()
2093 osm_get_port_by_lid(p_mgr->p_subn, in dfsssp_remove_deadlocks()
2097 osm_get_port_by_lid(p_mgr->p_subn, in dfsssp_remove_deadlocks()
2683 port = osm_get_port_by_lid(sm->p_subn, lid); in dfsssp_do_mcast_routing()
2738 src_port = osm_get_port_by_lid(p_mgr->p_subn, slid); in get_dfsssp_sl()
2742 dest_port = osm_get_port_by_lid(p_mgr->p_subn, dlid); in get_dfsssp_sl()
H A Dosm_sa_path_record.c1340 *pp_src_port = osm_get_port_by_lid(sa->p_subn, p_pr->slid); in osm_pr_get_end_points()
1394 *pp_dest_port = osm_get_port_by_lid(sa->p_subn, p_pr->dlid); in osm_pr_get_end_points()
1564 port = osm_get_port_by_lid(sa->p_subn, p_pr->slid); in pr_match_mgrp_attributes()
H A Dosm_sa_portinfo_record.c576 p_port = osm_get_port_by_lid(sa->p_subn, p_rcvd_rec->lid); in osm_pir_rcv_process()
H A Dosm_ucast_lash.c1295 p_src_port = osm_get_port_by_lid(&p_osm->subn, slid); in get_lash_sl()
1299 p_dst_port = osm_get_port_by_lid(&p_osm->subn, dlid); in get_lash_sl()
H A Dosm_inform.c400 p_dest_port = osm_get_port_by_lid(p_subn, in is_access_permitted()
H A Dosm_sa_guidinfo_record.c814 p_port = osm_get_port_by_lid(sa->p_subn, p_rcvd_rec->lid); in osm_gir_rcv_process()
H A Dosm_subnet.c1331 osm_port_t *port = osm_get_port_by_lid(p_subn, p_mad_addr->dest_lid); in osm_get_port_by_mad_addr()
H A Dosm_torus.c9190 osm_sport = osm_get_port_by_lid(&p_osm->subn, slid); in torus_path_sl()
9194 osm_dport = osm_get_port_by_lid(&p_osm->subn, dlid); in torus_path_sl()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_subnet.h1431 static inline struct osm_port *osm_get_port_by_lid(IN osm_subn_t const * subn, in osm_get_port_by_lid() function