IB/core: Add timestamp_mask and hca_core_clock to query_device
[deliverable/linux.git] / include / uapi / rdma / ib_user_verbs.h
index 19f0256e511e012ff6a70a03334be27f350c2245..978841eeaff10e1cffc5d1c6e37fbe175c3db197 100644 (file)
@@ -223,6 +223,8 @@ struct ib_uverbs_ex_query_device_resp {
        __u32 comp_mask;
        __u32 response_length;
        struct ib_uverbs_odp_caps odp_caps;
+       __u64 timestamp_mask;
+       __u64 hca_core_clock; /* in KHZ */
 };
 
 struct ib_uverbs_query_port {
This page took 0.029011 seconds and 5 git commands to generate.