1UMAD_OPEN_PORT(3) OpenIB Programmer's Manual UMAD_OPEN_PORT(3)
2
3
4
6 umad_close_port - close InfiniBand device port for umad access
7
9 #include <infiniband/umad.h>
10
11 int umad_close_port(int portid);
12
14 umad_close_port() closes the port specified by the handle portid.
15
17 umad_close_port() returns 0 on success, and a negative value on error.
18 -EINVAL is returned if the portid is not a handle to a valid (open)
19 port.
20
22 umad_open_port(3)
23
25 Hal Rosenstock <halr@voltaire.com>
26
27
28
29OpenIB May 11, 2007 UMAD_OPEN_PORT(3)