1IBV_GET_DEVICE_NAME(3) Libibverbs Programmer’s Manual IBV_GET_DEVICE_NAME(3)
2
3
4
6 ibv_get_device_name - get an RDMA device’s name
7
9 #include <infiniband/verbs.h>
10
11 const char *ibv_get_device_name(struct ibv_device *device);
12
14 ibv_get_device_name() returns a human-readable name associated with the
15 RDMA device device.
16
18 ibv_get_device_name() returns a pointer to the device name, or NULL if
19 the request fails.
20
22 ibv_get_device_guid(3), ibv_get_device_list(3), ibv_open_device(3)
23
25 Dotan Barak <dotanba@gmail.com>
26
27
28
29libibverbs 2006-10-31 IBV_GET_DEVICE_NAME(3)