Searched refs:mad_build_pkt (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/ofed/libibmad/
H A Dserv.c67 if (mad_build_pkt(umad, rpc, dport, rmpp, data) < 0)
159 if (mad_build_pkt(umad, &rpc, portid, 0, 0) < 0)
H A Drpc.c235 if ((len = mad_build_pkt(sndbuf, rpc, dport, 0, payload)) < 0)
300 if ((len = mad_build_pkt(sndbuf, rpc, dport, rmpp, data)) < 0)
H A Dmad.c165 int mad_build_pkt(void *umad, ib_rpc_t * rpc, ib_portid_t * dport, function
H A Dmad.h1578 MAD_EXPORT int mad_build_pkt(void *umad, ib_rpc_t * rpc, ib_portid_t * dport,
/freebsd-13-stable/contrib/ofed/infiniband-diags/src/
H A Dibsysstat.c109 if (mad_build_pkt(umad, &rpc, &rport, &rmpp, 0) < 0)
243 if ((len = mad_build_pkt(buf, &rpc, portid, NULL, NULL)) < 0)
H A Dibdiag_sa.c119 mad_build_pkt(umad, &rpc, &h->dport, NULL, data);
H A Dmcm_rereg_test.c91 mad_build_pkt(umad, &rpc, dport, NULL, data);
/freebsd-13-stable/contrib/ofed/libibnetdisc/
H A Dquery_smp.c90 if ((rc = mad_build_pkt(umad, &smp->rpc, &smp->path, NULL, NULL))
92 IBND_ERROR("mad_build_pkt failed; %d\n", rc);

Completed in 127 milliseconds