Searched refs:mad_build_pkt (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/ofed/libibmad/ |
H A D | serv.c | 67 if (mad_build_pkt(umad, rpc, dport, rmpp, data) < 0) in mad_send_via() 159 if (mad_build_pkt(umad, &rpc, portid, 0, 0) < 0) in mad_respond_via()
|
H A D | libibmad.map | 88 mad_build_pkt;
|
H A D | rpc.c | 235 if ((len = mad_build_pkt(sndbuf, rpc, dport, 0, payload)) < 0) in mad_rpc() 300 if ((len = mad_build_pkt(sndbuf, rpc, dport, rmpp, data)) < 0) in mad_rpc_rmpp()
|
H A D | mad.c | 165 int mad_build_pkt(void *umad, ib_rpc_t * rpc, ib_portid_t * dport, in mad_build_pkt() function
|
H A D | mad.h | 1578 MAD_EXPORT int mad_build_pkt(void *umad, ib_rpc_t * rpc, ib_portid_t * dport,
|
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | ibsysstat.c | 109 if (mad_build_pkt(umad, &rpc, &rport, &rmpp, 0) < 0) in server_respond() 243 if ((len = mad_build_pkt(buf, &rpc, portid, NULL, NULL)) < 0) in ibsystat()
|
H A D | ibdiag_sa.c | 119 mad_build_pkt(umad, &rpc, &h->dport, NULL, data); in sa_query()
|
H A D | mcm_rereg_test.c | 91 mad_build_pkt(umad, &rpc, dport, NULL, data); in build_mcm_rec_umad()
|
/freebsd/contrib/ofed/libibnetdisc/ |
H A D | query_smp.c | 90 if ((rc = mad_build_pkt(umad, &smp->rpc, &smp->path, NULL, NULL)) in send_smp()
|