1IBV_GET_DEVICE_GUID(3) Libibverbs Programmer’s Manual IBV_GET_DEVICE_GUID(3)
2
3
4
6 ibv_get_device_guid - get an RDMA device’s GUID
7
9 #include <infiniband/verbs.h>
10
11 uint64_t ibv_get_device_guid(struct ibv_device *device);
12
14 ibv_get_device_name() returns the Global Unique IDentifier (GUID) of
15 the RDMA device device.
16
18 ibv_get_device_guid() returns the GUID of the device in network byte
19 order.
20
22 ibv_get_device_list(3), ibv_get_device_name(3), ibv_open_device(3)
23
25 Dotan Barak <dotanba@gmail.com>
26
27
28
29libibverbs 2006-10-31 IBV_GET_DEVICE_GUID(3)