Home
last modified time | relevance | path

Searched refs:ib_port_info_get_m_key (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_port_info_rcv.c178 ib_port_info_get_m_key(&p_physp->port_info), in pi_rcv_process_endport()
244 ib_port_info_get_m_key(&p_physp->port_info), in pi_rcv_process_switch_port0()
329 m_key = ib_port_info_get_m_key(&physp0->port_info); in pi_rcv_process_switch_ext_port()
517 m_key = ib_port_info_get_m_key(&p_physp->port_info); in get_pkey_table()
521 m_key = ib_port_info_get_m_key(&physp0->port_info); in get_pkey_table()
H A Dosm_guid_mgr.c77 ib_port_info_get_m_key(&p_port->p_physp->port_info), in guidinfo_set()
H A Dosm_trap_rcv.c248 m_key = ib_port_info_get_m_key(&physp0->port_info); in disable_port()
250 m_key = ib_port_info_get_m_key(&p->port_info); in disable_port()
455 p_smp->m_key = ib_port_info_get_m_key(&p_physp->port_info); in trap_rcv_process_request()
H A Dosm_link_mgr.c200 m_key = ib_port_info_get_m_key(&physp0->port_info); in link_mgr_set_physp_pi()
202 m_key = ib_port_info_get_m_key(p_pi); in link_mgr_set_physp_pi()
H A Dosm_pkey_mgr.c243 m_key = ib_port_info_get_m_key(&physp0->port_info); in pkey_mgr_update_pkey_entry()
245 m_key = ib_port_info_get_m_key(&p_physp->port_info); in pkey_mgr_update_pkey_entry()
298 m_key = ib_port_info_get_m_key(&physp0->port_info); in pkey_mgr_enforce_partition()
H A Dosm_state_mgr.c148 FALSE, ib_port_info_get_m_key(&p_physp->port_info), in state_mgr_get_sw_info()
634 ib_port_info_get_m_key(&p_port->p_physp->port_info), in query_sm_info()
684 ib_port_info_get_m_key(&p_physp->port_info), in state_mgr_reset_state_change_bit()
729 ib_port_info_get_m_key(&p_physp->port_info), in state_mgr_update_node_desc()
1007 ib_port_info_get_m_key(&p_port->p_physp->port_info), in state_mgr_send_handover()
H A Dosm_qos.c102 m_key = ib_port_info_get_m_key(&physp0->port_info); in osm_qos_mad_create()
104 m_key = ib_port_info_get_m_key(&p->port_info); in osm_qos_mad_create()
H A Dosm_sm_state_mgr.c129 ib_port_info_get_m_key(&p_port->p_physp->port_info), in sm_state_mgr_send_master_sm_info_req()
H A Dosm_mcast_mgr.c380 ib_port_info_get_m_key(&p_physp->port_info), in mcast_mgr_set_mft_block()
1096 ib_port_info_get_m_key(&p_physp->port_info), in mcast_mgr_set_mfttop()
H A Dosm_ucast_mgr.c962 ib_port_info_get_m_key(&p_physp->port_info), in ucast_mgr_set_fwd_top()
1024 ib_port_info_get_m_key(&p_physp->port_info), in set_lft_block()
H A Dosm_sminfo_rcv.c614 my_mkey = ib_port_info_get_m_key(&p_port->p_physp->port_info); in osm_sminfo_rcv_process()
H A Dosm_lid_mgr.c1082 FALSE, ib_port_info_get_m_key(&p_physp->port_info), in lid_mgr_set_physp_pi()
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h6353 ib_port_info_get_m_key(IN const ib_port_info_t * const p_pi) in ib_port_info_get_m_key() function