logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

umad_get_mad - get the MAD pointer of a umad buffer

Author

Hal Rosenstock <halr@voltaire.com> OpenIB May 21, 2007 UMAD_GET_MAD(3)

Description

umad_get_mad() returns a pointer to the MAD contained within the umad buffer.

Name

umad_get_mad - get the MAD pointer of a umad buffer

Return Value

umad_get_mad() returns a pointer to the MAD contained within the supplied umad buffer.

Synopsis

#include<infiniband/umad.h>void*umad_get_mad(void*umad);

See Also