Current Path : /compat/linux/proc/68247/cwd/usr/src/contrib/ofed/management/libibumad/man/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //compat/linux/proc/68247/cwd/usr/src/contrib/ofed/management/libibumad/man/umad_status.3 |
.\" -*- nroff -*- .\" .TH UMAD_STATUS 3 "May 17, 2007" "OpenIB" "OpenIB Programmer\'s Manual" .SH "NAME" umad_status \- get the status of a umad buffer .SH "SYNOPSIS" .nf .B #include <infiniband/umad.h> .sp .BI "int umad_status(void " "*umad" ); .fi .SH "DESCRIPTION" .B umad_status() get the internal .I umad\fR status field. .SH "RETURN VALUE" After a packet is received, .B 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. .SH "AUTHOR" .TP Hal Rosenstock <halr@voltaire.com>