Lines Matching refs:p_physp

156 	const osm_physp_t *p_physp, *p_physp0;
185 p_dest_physp = p_dest_alias_guid->p_base_port->p_physp;
186 p_physp = p_src_alias_guid->p_base_port->p_physp;
187 p_src_physp = p_physp;
188 p_pi = &p_physp->port_info;
217 If source port node is a switch, then p_physp should
221 p_node = osm_physp_get_node_ptr(p_physp);
226 * Make sure that p_physp points to the out port of the
229 p_physp = osm_switch_get_route_by_lid(p_node->sw, dest_lid);
230 if (p_physp == 0) {
246 p_slvl_tbl = osm_physp_get_slvl_tbl(p_physp, 0);
290 while (p_physp != p_dest_physp) {
292 int tmp_pnum = p_physp->port_num;
293 p_node = osm_physp_get_node_ptr(p_physp);
294 p_physp = osm_physp_get_remote(p_physp);
296 if (p_physp == 0) {
308 in_port_num = osm_physp_get_port_num(p_physp);
313 if (p_physp == p_dest_physp)
316 p_node = osm_physp_get_node_ptr(p_physp);
331 p_src_alias_guid->p_base_port->p_physp->port_num,
334 p_dest_alias_guid->p_base_port->p_physp->port_num,
336 p_physp->port_num);
344 p_pi = &p_physp->port_info;
359 p_physp = osm_switch_get_route_by_lid(p_node->sw, dest_lid);
360 if (p_physp == 0) {
371 p_pi = &p_physp->port_info;
388 osm_physp_get_slvl_tbl(p_physp, in_port_num);
426 p_physp now points to the destination
428 p_pi = &p_physp->port_info;
662 p_src_alias_guid->p_base_port->p_physp->port_num,
666 p_dest_alias_guid->p_base_port->p_physp->port_num);
746 p_src_alias_guid->p_base_port->p_physp->port_num,
748 p_dest_alias_guid->p_base_port->p_physp->port_num);
779 p_src_alias_guid->p_base_port->p_physp->port_num,
781 p_dest_alias_guid->p_base_port->p_physp->port_num);
802 p_src_alias_guid->p_base_port->p_physp->port_num,
804 p_dest_alias_guid->p_base_port->p_physp->port_num);
829 p_src_alias_guid->p_base_port->p_physp->port_num,
831 p_dest_alias_guid->p_base_port->p_physp->port_num);
897 p_dest_physp = p_dest_alias_guid->p_base_port->p_physp;
906 p_src_physp = p_src_alias_guid->p_base_port->p_physp;
1122 p_src_alias_guid->p_base_port->p_physp->port_num);
1131 p_dest_alias_guid->p_base_port->p_physp->port_num);