Lines Matching refs:p_physp

186 				osm_physp_t *p_physp = p_port->p_physp;
188 if (!p_physp || !p_physp->p_remote_physp ||
189 !p_physp->p_remote_physp->p_node->sw)
193 osm_node_get_base_lid(p_physp->
198 p_physp->p_remote_physp->p_node->
373 osm_physp_t *p_physp, *p_default_physp, *p_rphysp;
383 p_physp = osm_node_get_physp_ptr(p_node, cPort);
384 if (!p_physp)
387 p_rphysp = p_physp->p_remote_physp;
391 CL_ASSERT(cPort == p_physp->port_num);
396 p_default_physp = p_physp;
411 cl_ntoh64(p_physp->port_guid),
449 port_state = ib_port_info_get_port_state(&p_physp->port_info);
451 ib_port_info_get_link_speed_active(&p_physp->port_info);
461 if (p_physp->ext_port_info.link_speed_active & FDR10)
466 ib_port_info_get_link_speed_ext_active(&p_physp->port_info);
475 if (p_physp->port_info.link_width_active == 1)
477 else if (p_physp->port_info.link_width_active == 2)
479 else if (p_physp->port_info.link_width_active == 4)
481 else if (p_physp->port_info.link_width_active == 8)
487 if (p_physp->port_info.link_width_active == 16)
507 osm_physp_t *p_physp;
525 p_physp = osm_node_get_physp_ptr(p_node, out_port);
528 if (!p_physp || !p_physp->p_remote_physp)
532 p_tbl = osm_physp_get_slvl_tbl(p_physp, in_port);
541 p_physp = p_port->p_physp;
542 p_tbl = osm_physp_get_slvl_tbl(p_physp, 0);
556 const osm_physp_t *p_physp, *p_remote_physp;
567 p_physp = osm_node_get_physp_ptr(p_node, port_num);
568 if (!p_physp)
577 p_pi = &p_physp->port_info;
614 p_physp->ext_port_info.link_speed_active & FDR10));
616 if (osm_physp_get_port_guid(p_physp) == osm->subn.sm_port_guid)
618 cl_ntoh64(osm_physp_get_port_guid(p_physp)));
621 cl_ntoh64(osm_physp_get_port_guid(p_physp)));
625 p_remote_physp = osm_physp_get_remote(p_physp);