Home
last modified time | relevance | path

Searched refs:physp0 (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_port_info_rcv.c266 osm_physp_t *p_remote_physp, *physp0; in pi_rcv_process_switch_ext_port() local
327 physp0 = osm_node_get_physp_ptr(p_node, 0); in pi_rcv_process_switch_ext_port()
329 m_key = ib_port_info_get_m_key(&physp0->port_info); in pi_rcv_process_switch_ext_port()
471 osm_physp_t *physp0; in get_pkey_table() local
520 physp0 = osm_node_get_physp_ptr(p_node, 0); in get_pkey_table()
521 m_key = ib_port_info_get_m_key(&physp0->port_info); in get_pkey_table()
H A Dosm_link_mgr.c104 osm_physp_t *p_remote_physp, *physp0 = NULL; in link_mgr_set_physp_pi() local
140 physp0 = osm_node_get_physp_ptr(p_node, 0); in link_mgr_set_physp_pi()
200 m_key = ib_port_info_get_m_key(&physp0->port_info); in link_mgr_set_physp_pi()
379 cap_mask = physp0->port_info.capability_mask; in link_mgr_set_physp_pi()
H A Dosm_pkey_mgr.c231 osm_physp_t *physp0; in pkey_mgr_update_pkey_entry() local
242 physp0 = osm_node_get_physp_ptr(p_node, 0); in pkey_mgr_update_pkey_entry()
243 m_key = ib_port_info_get_m_key(&physp0->port_info); in pkey_mgr_update_pkey_entry()
262 osm_physp_t *physp0; in pkey_mgr_enforce_partition() local
297 physp0 = osm_node_get_physp_ptr(p_physp->p_node, 0); in pkey_mgr_enforce_partition()
298 m_key = ib_port_info_get_m_key(&physp0->port_info); in pkey_mgr_enforce_partition()
H A Dosm_qos.c95 osm_physp_t *physp0; in osm_qos_mad_create() local
101 physp0 = osm_node_get_physp_ptr(p_node, 0); in osm_qos_mad_create()
102 m_key = ib_port_info_get_m_key(&physp0->port_info); in osm_qos_mad_create()
H A Dosm_trap_rcv.c219 osm_physp_t *physp0; in disable_port() local
247 physp0 = osm_node_get_physp_ptr(p->p_node, 0); in disable_port()
248 m_key = ib_port_info_get_m_key(&physp0->port_info); in disable_port()
H A Dosm_console.c750 osm_physp_t *physp0; in __get_stats() local
763 physp0 = osm_node_get_physp_ptr(node, 0); in __get_stats()
764 pi0 = &physp0->port_info; in __get_stats()