Lines Matching refs:p_physp

148 	const osm_physp_t *p_physp, *p_physp0;
175 p_dest_physp = p_dest_alias_guid->p_base_port->p_physp;
176 p_physp = p_src_alias_guid->p_base_port->p_physp;
177 p_src_physp = p_physp;
178 p_pi = &p_physp->port_info;
205 If source port node is a switch, then p_physp should
209 p_node = osm_physp_get_node_ptr(p_physp);
214 * Make sure that p_physp points to the out port of the
217 p_physp = osm_switch_get_route_by_lid(p_node->sw, dest_lid);
218 if (p_physp == 0) {
235 p_slvl_tbl = osm_physp_get_slvl_tbl(p_physp, 0);
279 while (p_physp != p_dest_physp) {
281 int tmp_pnum = p_physp->port_num;
282 p_node = osm_physp_get_node_ptr(p_physp);
283 p_physp = osm_physp_get_remote(p_physp);
285 if (p_physp == 0) {
314 in_port_num = osm_physp_get_port_num(p_physp);
319 if (p_physp == p_dest_physp)
322 p_node = osm_physp_get_node_ptr(p_physp);
337 p_src_alias_guid->p_base_port->p_physp->port_num,
340 p_dest_alias_guid->p_base_port->p_physp->port_num,
342 p_physp->port_num);
350 p_pi = &p_physp->port_info;
365 p_physp = osm_switch_get_route_by_lid(p_node->sw, dest_lid);
366 if (p_physp == 0) {
377 p_pi = &p_physp->port_info;
394 osm_physp_get_slvl_tbl(p_physp, in_port_num);
412 p_physp now points to the destination
414 p_pi = &p_physp->port_info;
737 p_src_alias_guid->p_base_port->p_physp->port_num,
739 p_dest_alias_guid->p_base_port->p_physp->port_num);
774 p_src_alias_guid->p_base_port->p_physp->port_num,
776 p_dest_alias_guid->p_base_port->p_physp->port_num);
798 p_src_alias_guid->p_base_port->p_physp->port_num,
800 p_dest_alias_guid->p_base_port->p_physp->port_num);
839 p_src_physp = p_src_alias_guid->p_base_port->p_physp;
840 p_dest_physp = p_dest_alias_guid->p_base_port->p_physp;