Searched refs:p_port_tbl (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_prtn.c140 cl_qmap_t *p_port_tbl = &p_subn->port_guid_tbl; local
145 p_item = cl_qmap_head(p_port_tbl);
146 while (p_item != cl_qmap_end(p_port_tbl)) {
H A Dosm_console.c761 const cl_qmap_t *p_port_tbl; local
776 p_port_tbl = &p_osm->subn.port_guid_tbl;
777 for (p_port = (osm_port_t *) cl_qmap_head(p_port_tbl);
778 p_port != (osm_port_t *) cl_qmap_end(p_port_tbl);
902 const cl_qmap_t *p_port_tbl; local
905 p_port_tbl = &p_osm->subn.port_guid_tbl;
906 for (p_port = (osm_port_t *) cl_qmap_head(p_port_tbl);
907 p_port != (osm_port_t *) cl_qmap_end(p_port_tbl);

Completed in 50 milliseconds