Searched refs:agentid (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/ofed/libibumad/
H A Dumad.h214 int umad_send(int portid, int agentid, void *umad, int length,
224 int umad_unregister(int portid, int agentid);
H A Dumad.c802 int umad_send(int fd, int agentid, void *umad, int length, argument
808 TRACE("fd %d agentid %d umad %p timeout %u",
809 fd, agentid, umad, timeout_ms);
814 mad->agent_id = agentid;
937 return req.id; /* return agentid */
972 return req.id; /* return agentid */
1063 int umad_unregister(int fd, int agentid) argument
1065 TRACE("fd %d unregistering agent %d", fd, agentid);
1066 return ioctl(fd, IB_USER_MAD_UNREGISTER_AGENT, &agentid);
/freebsd-13-stable/contrib/ofed/libibmad/
H A Drpc.c129 _do_madrpc(int port_id, void *sndbuf, void *rcvbuf, int agentid, int len, argument
162 if (umad_send(port_id, agentid, sndbuf, length, timeout, 0) < 0) {

Completed in 71 milliseconds