Searched refs:umad_send (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/ofed/libibmad/ |
H A D | serv.c | 76 if (umad_send(srcport->port_id, srcport->class_agents[rpc->mgtclass & 0xff], in mad_send_via() 165 if (umad_send in mad_respond_via()
|
H A D | rpc.c | 162 if (umad_send(port_id, agentid, sndbuf, length, timeout, 0) < 0) { in _do_madrpc()
|
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | mcm_rereg_test.c | 103 if (umad_send(port, agent, umad, len, TMO, 0) < 0) { in rereg_send() 124 if (umad_send(port, agent, umad, len, TMO, 0) < 0) { in rereg_port_gid() 132 if (umad_send(port, agent, umad, len, TMO, 0) < 0) { in rereg_port_gid()
|
H A D | ibsysstat.c | 115 if (umad_send(mad_rpc_portid(srcport), in server_respond() 250 if (umad_send(fd, agent, buf, len, timeout, 0) < 0) in ibsystat()
|
H A D | ibdiag_sa.c | 135 ret = umad_send(h->fd, h->agent, umad, len, ibd_timeout, 0); in sa_query()
|
H A D | smpdump.c | 291 if (umad_send(portid, mad_agent, umad, length, ibd_timeout, 0) < 0) in main()
|
/freebsd/contrib/ofed/libibumad/ |
H A D | libibumad.map | 22 umad_send;
|
H A D | umad.h | 214 int umad_send(int portid, int agentid, void *umad, int length,
|
H A D | umad.c | 802 int umad_send(int fd, int agentid, void *umad, int length, in umad_send() function
|
/freebsd/contrib/ofed/libibnetdisc/ |
H A D | query_smp.c | 96 if ((rc = umad_send(engine->umad_fd, agent, umad, IB_MAD_SIZE, in send_smp()
|
/freebsd/contrib/ofed/opensm/libvendor/ |
H A D | osm_vendor_ibumad.c | 1194 if ((ret = umad_send(p_bind->port_id, p_bind->agent_id, p_vw->umad,
|