umad_get_cas_names (3) - Linux Manuals
umad_get_cas_names: get list of available InfiniBand device names
Command to display umad_get_cas_names
manual in Linux: $ man 3 umad_get_cas_names
NAME
umad_get_cas_names - get list of available InfiniBand device names
SYNOPSIS
#include <infiniband/umad.h>
int umad_get_cas_names(char cas[][UMAD_CA_NAME_LEN], int max);
DESCRIPTION
umad_get_cas_names()
fills the
cas
array with up to
max
local IB devices (CAs) names.
The argument
cas
is a character array with
max
entries, each with
UMAD_CA_NAME_LEN
characters.
RETURN VALUE
umad_get_cas_names()
returns a non-negative value equal to the number of entries filled,
or -1 on errors.
AUTHORS
- Hal Rosenstock <halr [at] voltaire.com>
-
- Dotan Barak <dotanb [at] mellanox.co.il>
-
Pages related to umad_get_cas_names