Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_ibumad.c90 int agent_id1; /* SMI requires two agents */ member
986 if ((p_bind->agent_id1 = umad_register(p_vend->umad_port_id, in osm_vendor_bind()
999 if (p_bind->agent_id1 >= OSM_UMAD_MAX_AGENTS || in osm_vendor_bind()
1000 p_vend->agents[p_bind->agent_id1]) { in osm_vendor_bind()
1003 p_bind->agent_id1, p_user_bind->class_version); in osm_vendor_bind()
1009 p_vend->agents[p_bind->agent_id1] = p_bind; in osm_vendor_bind()