Searched refs:umad_port_id (Results 1 – 2 of 2) sorted by relevance
344 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() local733 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 …]
166 int umad_port_id; member