Main index | Section 3 | Options |
#include <infiniband/verbs.h>int ibv_query_rt_values_ex(struct ibv_context *context, struct ibv_values_ex *values);
struct ibv_values_ex { uint32_t comp_mask; /* Compatibility mask that defines the query/queried fields [in/out] */ struct timespec raw_clock; /* HW raw clock */ };enum ibv_values_mask { IBV_VALUES_MASK_RAW_CLOCK = 1 << 0, /* HW raw clock */ };
Matan Barak <matanb@mellanox.com>
| |
2016-2-20 | IBV_QUERY_RT_VALUES_EX (3) | libibverbs |
Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | Some people, when confronted with a problem, think “I know, I'll use regular expressions.” Now they have two problems. | ” |
— Jamie Zawinski |