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

/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_prtn.c187 cl_qmap_t *p_port_tbl = &p_subn->port_guid_tbl; local
192 p_item = cl_qmap_head(p_port_tbl);
193 while (p_item != cl_qmap_end(p_port_tbl)) {
H A Dosm_console.c1044 const cl_qmap_t *p_port_tbl; local
1059 p_port_tbl = &p_osm->subn.port_guid_tbl;
1060 for (p_port = (osm_port_t *) cl_qmap_head(p_port_tbl);
1061 p_port != (osm_port_t *) cl_qmap_end(p_port_tbl);
1186 const cl_qmap_t *p_port_tbl; local
1189 p_port_tbl = &p_osm->subn.port_guid_tbl;
1190 for (p_port = (osm_port_t *) cl_qmap_head(p_port_tbl);
1191 p_port != (osm_port_t *) cl_qmap_end(p_port_tbl);

Completed in 60 milliseconds