Searched refs:p_next_port (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_drop_mgr.c495 osm_port_t *p_port, *p_next_port; local
589 p_next_port = (osm_port_t *) cl_qmap_head(p_port_guid_tbl);
590 while (p_next_port != (osm_port_t *) cl_qmap_end(p_port_guid_tbl)) {
591 p_port = p_next_port;
592 p_next_port =
593 (osm_port_t *) cl_qmap_next(&p_next_port->map_item);
H A Dosm_state_mgr.c1107 osm_port_t *p_next_port; local
1132 p_next_port = (osm_port_t *) cl_qmap_head(p_port_guid_tbl);
1133 while (p_next_port != (osm_port_t *) cl_qmap_end(p_port_guid_tbl)) {
1134 p_port = p_next_port;
1135 p_next_port =
1136 (osm_port_t *) cl_qmap_next(&p_next_port->map_item);
H A Dosm_subnet.c1126 osm_port_t *p_port, *p_next_port; local
1161 p_next_port = (osm_port_t *) cl_qmap_head(&p_subn->port_guid_tbl);
1162 while (p_next_port !=
1164 p_port = p_next_port;
1165 p_next_port = (osm_port_t *) cl_qmap_next(&p_port->map_item);

Completed in 101 milliseconds