Home
last modified time | relevance | path

Searched refs:ib_port_info_get_mpb (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_link_mgr.c267 ib_port_info_get_mpb(p_old_pi) != in link_mgr_set_physp_pi()
268 ib_port_info_get_mpb(p_pi)) in link_mgr_set_physp_pi()
H A Dosm_sa_portinfo_record.c283 if (ib_port_info_get_mpb(p_comp_pi) != in sa_pir_check_physp()
284 ib_port_info_get_mpb(p_pi)) in sa_pir_check_physp()
H A Dosm_lid_mgr.c922 if (ib_port_info_get_mpb(p_pi) != ib_port_info_get_mpb(p_old_pi)) in lid_mgr_set_physp_pi()
H A Dosm_sminfo_rcv.c615 mpb = my_mkey ? ib_port_info_get_mpb(&p_port->p_physp->port_info) : 0; in osm_sminfo_rcv_process()
H A Dosm_port.c697 (p_pi->m_key != 0 || ib_port_info_get_mpb(p_pi) == 0)) in osm_physp_set_port_info()
H A Dosm_port_info_rcv.c133 mpb = ib_port_info_get_mpb(p_pi); in pi_rcv_process_endport()
H A Dosm_helper.c904 ib_port_info_get_mpb(p_pi), ib_port_info_get_lmc(p_pi), in osm_dump_port_info_to_buf()
1101 ib_port_info_get_mpb(p_pi), ib_port_info_get_lmc(p_pi), in osm_dump_portinfo_record_to_buf()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h6199 ib_port_info_get_mpb(IN const ib_port_info_t * const p_pi) in ib_port_info_get_mpb() function