Home
last modified time | relevance | path

Searched refs:mad_build_pkt (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/ofed/libibmad/
H A Dserv.c67 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 Dlibibmad.map88 mad_build_pkt;
H A Drpc.c235 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 Dmad.c165 int mad_build_pkt(void *umad, ib_rpc_t * rpc, ib_portid_t * dport, in mad_build_pkt() function
H A Dmad.h1578 MAD_EXPORT int mad_build_pkt(void *umad, ib_rpc_t * rpc, ib_portid_t * dport,
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibsysstat.c109 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 Dibdiag_sa.c119 mad_build_pkt(umad, &rpc, &h->dport, NULL, data); in sa_query()
H A Dmcm_rereg_test.c91 mad_build_pkt(umad, &rpc, dport, NULL, data); in build_mcm_rec_umad()
/freebsd/contrib/ofed/libibnetdisc/
H A Dquery_smp.c90 if ((rc = mad_build_pkt(umad, &smp->rpc, &smp->path, NULL, NULL)) in send_smp()