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_status - get the status of a umad buffer

Author

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

Description

umad_status() get the internal umad status field.

Name

umad_status - get the status of a umad buffer

Return Value

After a packet is received, umad_status() returns 0 on a successful receive, or a non zero status. ETIMEDOUT means that the packet had a send-timeout indication. In this case, the transaction ID will be set to the TID of the original request.

Synopsis

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

See Also