Searched refs:umad_size (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.1-release/contrib/ofed/management/libibmad/src/
H A Dserv.c59 memset(pktbuf, 0, umad_size());
158 void *mad = umad ? umad : umad_alloc(1, umad_size() + IB_MAD_SIZE);
176 return umad_alloc(1, umad_size() + IB_MAD_SIZE);
H A Drpc.c124 IBWARN(">>> sending: len %d pktsz %zu", len, umad_size() + len);
125 xdump(stderr, "send buf\n", sndbuf, umad_size() + len);
181 memset(sndbuf, 0, umad_size() + IB_MAD_SIZE);
220 memset(sndbuf, 0, umad_size() + IB_MAD_SIZE);
/freebsd-10.1-release/contrib/ofed/management/infiniband-diags/src/
H A Dmcm_rereg_test.c163 int len = umad_size() + 256;
202 len = umad_size() + 256;
247 int len = umad_size() + 256;
302 int len = umad_size() + 256;
348 int len = umad_size() + 256;
452 len = umad_size() + 256;
H A Dsmpdump.c317 if (!(umad = umad_alloc(1, umad_size() + IB_MAD_SIZE)))
/freebsd-10.1-release/contrib/ofed/management/libibumad/src/
H A Dumad.c717 umad_size(void) function
810 n = write(fd, mad, length + umad_size());
811 if (n == length + umad_size())
815 n, umad_size(), length);
859 n = read(fd, umad, umad_size() + *length);
861 VALGRIND_MAKE_MEM_DEFINED(umad, umad_size() + *length);
863 if ((n >= 0) && (n <= umad_size() + *length)) {
865 if (n > umad_size())
866 *length = n - umad_size();
879 mad->length - umad_size(), umad_siz
[all...]
/freebsd-10.1-release/contrib/ofed/management/libibumad/include/infiniband/
H A Dumad.h168 size_t umad_size(void);
/freebsd-10.1-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_ibumad.c253 !(umad = umad_alloc(1, umad_size() + MAD_BLOCK_SIZE))) {
269 umad = umad_alloc(1, umad_size() + length);
961 p_vw->umad = umad_alloc(1, mad_size + umad_size());

Completed in 172 milliseconds