Searched refs:p_physp (Results 51 - 61 of 61) sorted by relevance

123

/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_sminfo_rcv.c611 if (!p_port->p_physp)
614 my_mkey = ib_port_info_get_m_key(&p_port->p_physp->port_info);
615 mpb = my_mkey ? ib_port_info_get_mpb(&p_port->p_physp->port_info) : 0;
H A Dosm_sm_state_mgr.c125 memcpy(&dr_path, osm_physp_get_dr_path_ptr(p_port->p_physp), sizeof(osm_dr_path_t));
129 ib_port_info_get_m_key(&p_port->p_physp->port_info),
H A Dosm_sa_sminfo_record.c270 local_port->p_physp,
H A Dosm_prtn_config.c391 osm_physp_t *p_physp; local
426 p_physp = (osm_physp_t *) cl_map_obj(p_item);
427 if (osm_node_get_type(p_physp->p_node) == type)
H A Dosm_perfmgr.c568 osm_physp_t *p_physp = &node->physp_table[port]; local
569 osm_physp_t *p_remote_physp = p_physp->p_remote_physp;
573 if (osm_physp_is_valid(p_physp)) {
954 return osm_physp_get_port_state(p_port->p_physp) == IB_LINK_DOWN;
1521 if (p_port->p_physp && osm_physp_is_valid(p_port->p_physp)) {
1522 p_pkey_tbl = &p_port->p_physp->pkeys;
H A Dosm_qos.c520 if (qos_endport_setup(&p_osm->sm, p_port->p_physp, cfg,
H A Dosm_sa_service_record.c131 service_port->p_physp)) {
H A Dosm_ucast_lash.c121 osm_physp_t *p = port->p_physp;
1019 port->p_physp->p_remote_physp->port_num;
H A Dosm_inform.c424 p_dest_port->p_physp)) {
H A Dosm_subnet.c1357 p_gid->unicast.interface_id = p_port->p_physp->port_guid;
1373 return p_port->p_physp;
H A Dosm_torus.c581 sw_port = osm_physp_get_port_num(osm_port->p_physp);
647 ca_port = osm_physp_get_port_num(osm_port_ca->p_physp);
1197 lphysp = lport->p_physp;
7814 osm_physp = osm_port->p_physp;
8610 *dlid_base = cl_ntoh16(osm_physp_get_base_lid(osm_port->p_physp));
8611 *dlid_lmc = osm_physp_get_lmc(osm_port->p_physp);

Completed in 122 milliseconds

123