1UMAD_GET_FD(3) OpenIB Programmer´s Manual UMAD_GET_FD(3)
23
4
NAME
6umad_get_fd - get the umad fd for the requested port
7
SYNOPSIS
9#include <infiniband/umad.h>
1011
int umad_get_fd(int portid);
12
DESCRIPTION
14umad_get_fd() returns the umad fd for the port specified by portid.
15
RETURN VALUE
17umad_get_fd() returns the fd for the portid requested or -EINVAL if
18portid is invalid.
19
AUTHOR
21Hal Rosenstock <halr@voltaire.com>
2223
24
25
OpenIB May 17, 2007 UMAD_GET_FD(3)