Home
last modified time | relevance | path

Searched refs:cross_time_recv (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_virtchnl_ptp.c206 struct virtchnl2_ptp_get_cross_time cross_time_send, *cross_time_recv; in idpf_ptp_get_cross_time() local
217 if (xn_params.recv_mem.iov_len != sizeof(*cross_time_recv)) { in idpf_ptp_get_cross_time()
222 cross_time_recv = xn_params.recv_mem.iov_base; in idpf_ptp_get_cross_time()
223 cross_time->dev_clk_time_ns = le64_to_cpu(cross_time_recv->dev_time_ns); in idpf_ptp_get_cross_time()
224 cross_time->sys_time_ns = le64_to_cpu(cross_time_recv->sys_time_ns); in idpf_ptp_get_cross_time()