Searched refs:p_sw (Results 26 - 30 of 30) sorted by relevance

12

/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_pkey_mgr.c816 osm_switch_t *p_sw; local
866 p_sw = (osm_switch_t *) p_next;
868 for (i = 1; i < p_sw->num_ports; i++) {
869 p_physp = osm_node_get_physp_ptr(p_sw->p_node, i);
H A Dosm_mesh.c763 p_lash->switches[sw]->p_sw->p_node->print_desc);
817 char *name = p_lash->switches[sw]->p_sw->p_node->print_desc;
826 p_lash->switches[node->links[port]->switch_id]->p_sw->p_node->print_desc);
1504 unsigned num_ports = sw->p_sw->num_ports;
1546 unsigned num_ports = sw->p_sw->num_ports;
H A Dosm_subnet.c1127 osm_switch_t *p_sw, *p_next_sw; local
1171 p_sw = p_next_sw;
1172 p_next_sw = (osm_switch_t *) cl_qmap_next(&p_sw->map_item);
1173 osm_switch_delete(&p_sw);
H A Dosm_torus.c9040 struct t_switch *sw, *n_sw, *p_sw; local
9067 p_sw = branch_root; /* tip of positive cdir branch */
9078 for (l = idx; p_sw && l < (cnt - 1); l++) {
9079 sw = ring_next_sw(p_sw, cdir, 1);
9081 grow_master_stree_branch(p_sw, sw, ng, pg);
9082 p_sw = sw;
9084 p_sw = NULL;
9086 if (n_sw && p_sw)
9102 if (p_sw) {
9103 sw = ring_next_sw(p_sw, cdi
[all...]
H A Dosm_perfmgr.c1002 osm_switch_t *p_sw = (osm_switch_t *) p_map_item; local
1003 p_sw->need_update = 0;

Completed in 208 milliseconds

12