1UMAD_GET_MAD(3) OpenIB Programmer´s Manual UMAD_GET_MAD(3)
23
4
NAME
6umad_get_mad - get the MAD pointer of a umad buffer
7
SYNOPSIS
9#include <infiniband/umad.h>
1011
void * umad_get_mad(void *umad);
12
DESCRIPTION
14umad_get_mad() returns a pointer to the MAD contained within the umad
15buffer.
16
RETURN VALUE
18umad_get_mad() returns a pointer to the MAD contained within the sup‐
19plied umad buffer.
20
AUTHOR
22Hal Rosenstock <halr@voltaire.com>
2324
25
26
OpenIB May 21, 2007 UMAD_GET_MAD(3)