Searched refs:cross_time_msg (Results 1 – 1 of 1) sorted by relevance
195 struct virtchnl2_ptp_get_cross_time cross_time_msg; in idpf_ptp_get_cross_time() local198 .send_buf.iov_base = &cross_time_msg, in idpf_ptp_get_cross_time()199 .send_buf.iov_len = sizeof(cross_time_msg), in idpf_ptp_get_cross_time()200 .recv_buf.iov_base = &cross_time_msg, in idpf_ptp_get_cross_time()201 .recv_buf.iov_len = sizeof(cross_time_msg), in idpf_ptp_get_cross_time()209 if (reply_sz != sizeof(cross_time_msg)) in idpf_ptp_get_cross_time()212 cross_time->dev_clk_time_ns = le64_to_cpu(cross_time_msg.dev_time_ns); in idpf_ptp_get_cross_time()213 cross_time->sys_time_ns = le64_to_cpu(cross_time_msg.sys_time_ns); in idpf_ptp_get_cross_time()
Completed in 5 milliseconds