1UMAD_GET_CAS_NAMES(3) OpenIB Programmer's Manual UMAD_GET_CAS_NAMES(3)
2
3
4
6 umad_get_cas_names - get list of available InfiniBand device names
7
9 #include <infiniband/umad.h>
10
11 int umad_get_cas_names(char cas[][UMAD_CA_NAME_LEN], int max);
12
14 umad_get_cas_names() fills the cas array with up to max local IB
15 devices (CAs) names. The argument cas is a character array with max
16 entries, each with UMAD_CA_NAME_LEN characters.
17
19 umad_get_cas_names() returns a non-negative value equal to the number
20 of entries filled, or -1 on errors.
21
23 umad_get_ca_portguids(3), umad_open_port(3)
24
26 Hal Rosenstock <halr@voltaire.com>
27
28 Dotan Barak <dotanb@mellanox.co.il>
29
30
31
32OpenIB May 21, 2007 UMAD_GET_CAS_NAMES(3)