Searched refs:umad_send (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/ofed/libibmad/
H A Dserv.c76 if (umad_send(srcport->port_id, srcport->class_agents[rpc->mgtclass & 0xff],
165 if (umad_send
H A Drpc.c162 if (umad_send(port_id, agentid, sndbuf, length, timeout, 0) < 0) {
/freebsd-13-stable/contrib/ofed/infiniband-diags/src/
H A Dmcm_rereg_test.c103 if (umad_send(port, agent, umad, len, TMO, 0) < 0) {
104 err("umad_send %s failed: %s\n",
109 dbg("umad_send %d: tid = 0x%016" PRIx64 "\n", method,
124 if (umad_send(port, agent, umad, len, TMO, 0) < 0) {
125 err("umad_send leave failed: %s\n", strerror(errno));
128 dbg("umad_send leave: tid = 0x%016" PRIx64 "\n",
132 if (umad_send(port, agent, umad, len, TMO, 0) < 0) {
133 err("umad_send join failed: %s\n", strerror(errno));
136 dbg("umad_send join: tid = 0x%016" PRIx64 "\n",
H A Dibsysstat.c115 if (umad_send(mad_rpc_portid(srcport),
250 if (umad_send(fd, agent, buf, len, timeout, 0) < 0)
251 IBPANIC("umad_send failed.");
H A Dibdiag_sa.c135 ret = umad_send(h->fd, h->agent, umad, len, ibd_timeout, 0);
137 IBWARN("umad_send failed: attr 0x%x: %s\n",
H A Dsmpdump.c291 if (umad_send(portid, mad_agent, umad, length, ibd_timeout, 0) < 0)
/freebsd-13-stable/contrib/ofed/libibnetdisc/
H A Dquery_smp.c96 if ((rc = umad_send(engine->umad_fd, agent, umad, IB_MAD_SIZE,
/freebsd-13-stable/contrib/ofed/libibumad/
H A Dumad.h214 int umad_send(int portid, int agentid, void *umad, int length,
H A Dumad.c802 int umad_send(int fd, int agentid, void *umad, int length, function
/freebsd-13-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_ibumad.c1194 if ((ret = umad_send(p_bind->port_id, p_bind->agent_id, p_vw->umad,

Completed in 181 milliseconds