Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_ibumad.c344 if ((mad_agent = umad_recv(p_vend->umad_port_id, umad, in umad_receiver()
362 if ((mad_agent = umad_recv(p_vend->umad_port_id, in umad_receiver()
553 p_vend->umad_port_id = -1; in osm_vendor_init()
725 int i = 0, umad_port_id = -1; in osm_vendor_open_port() local
733 if (p_vend->umad_port_id >= 0) { in osm_vendor_open_port()
734 umad_port_id = p_vend->umad_port_id; in osm_vendor_open_port()
798 if ((umad_port_id = umad_open_port(p_vend->umad_port.ca_name, in osm_vendor_open_port()
805 p_vend->umad_port_id = umad_port_id; in osm_vendor_open_port()
811 umad_close_port(umad_port_id); in osm_vendor_open_port()
814 p_vend->umad_port_id = umad_port_id = -1; in osm_vendor_open_port()
[all …]
/freebsd/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_ibumad.h166 int umad_port_id; member