1RDMA_FREE_DEVICES(3) Librdmacm Programmer's Manual RDMA_FREE_DEVICES(3)
23
4
NAME
6rdma_free_devices - Frees the list of devices returned by
7rdma_get_devices.
8
SYNOPSIS
10#include <rdma/rdma_cma.h>
1112
void rdma_free_devices (struct ibv_context **list);
13
ARGUMENTS
15list List of devices returned from rdma_get_devices.
16
DESCRIPTION
18Frees the device array returned by rdma_get_devices.
19
RETURN VALUE
21None
22
SEE ALSO
24rdma_get_devices(3)
2526
27
28
librdmacm 2007-05-15 RDMA_FREE_DEVICES(3)