xref: /freebsd/contrib/ofed/librdmacm/man/rdma_free_devices.3 (revision 0b3105a37d7adcadcb720112fed4dc4e8040be99)
"RDMA_FREE_DEVICES" 3 "2007-05-15" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
NAME
rdma_free_devices - Frees the list of devices returned by rdma_get_devices.
SYNOPSIS
"#include <rdma/rdma_cma.h>"

"void" rdma_free_devices "(struct ibv_context **" list ");"

ARGUMENTS
"list" 12
List of devices returned from rdma_get_devices.
"DESCRIPTION"
Frees the device array returned by rdma_get_devices.
"SEE ALSO"
rdma_get_devices(3)