Home
last modified time | relevance | path

Searched refs:p_switch (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_subnet.c1379 osm_switch_t *p_switch; in osm_get_switch_by_guid() local
1381 p_switch = (osm_switch_t *) cl_qmap_get(&(p_subn->sw_guid_tbl), guid); in osm_get_switch_by_guid()
1382 if (p_switch == (osm_switch_t *) cl_qmap_end(&(p_subn->sw_guid_tbl))) in osm_get_switch_by_guid()
1383 p_switch = NULL; in osm_get_switch_by_guid()
1384 return p_switch; in osm_get_switch_by_guid()