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

/freebsd-10-stable/contrib/ofed/management/libibmad/src/
H A Dregister.c164 int agent, vers, mad_portid; local
171 if ((mad_portid = madrpc_portid()) < 0)
187 if ((agent = umad_register_oui(mad_portid, mgmt, rmpp_version,
192 } else if ((agent = umad_register(mad_portid, mgmt, vers, rmpp_version,
H A Drpc.c58 static int mad_portid = -1; variable
109 return mad_portid;
275 port.port_id = mad_portid;
285 port.port_id = mad_portid;
310 if ((mad_portid = umad_open_port(dev_name, dev_port)) < 0)
399 port.port_id = mad_portid;

Completed in 106 milliseconds