ibv_query_device (3) Linux Manual Page
NAME ibv_query_device – query an RDMA device’s attributes SYNOPSIS #include <infiniband/verbs.h> int ibv_query_device(struct ibv_context *context, struct ibv_device_attr *device_attr); DESCRIPTION ibv_query_device() returns the attributes of the device with context context. The argument device_attr is a pointer to an ibv_device_attr struct, as defined in <infiniband/verbs.h>. struct ibv_device_attr { char fw_ver[64]; /* FW version */ uint64_t node_guid; /*…
