1UMAD_SET_PKEY(3) OpenIB Programmer's Manual UMAD_SET_PKEY(3)
23
4
NAME
6umad_set_pkey - set pkey index within umad buffer
7
SYNOPSIS
9#include <infiniband/umad.h>
1011
int umad_set_pkey(void *umad, int pkey_index);
12
DESCRIPTION
14umad_set_pkey() sets the pkey index within the specified umad buffer.
15
RETURN VALUE
17umad_set_pkey() returns 0 on success, and a negative value on an error.
18
AUTHOR
20Hal Rosenstock <halr@voltaire.com>
2122
23
24
OpenIB June 20, 2007 UMAD_SET_PKEY(3)