Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_virtchnl_ptp.c543 struct virtchnl2_ptp_get_vport_tx_tstamp_latches *recv_tx_tstamp_msg; in idpf_ptp_get_tx_tstamp_async_handler() local
556 recv_tx_tstamp_msg = mem->iov_base; in idpf_ptp_get_tx_tstamp_async_handler()
557 if (mem->iov_len < sizeof(*recv_tx_tstamp_msg)) in idpf_ptp_get_tx_tstamp_async_handler()
560 vport_id = le32_to_cpu(recv_tx_tstamp_msg->vport_id); in idpf_ptp_get_tx_tstamp_async_handler()
576 num_latches = le16_to_cpu(recv_tx_tstamp_msg->num_latches); in idpf_ptp_get_tx_tstamp_async_handler()
577 if (mem->iov_len < struct_size(recv_tx_tstamp_msg, tstamp_latches, in idpf_ptp_get_tx_tstamp_async_handler()
585 tstamp_latch = recv_tx_tstamp_msg->tstamp_latches[i]; in idpf_ptp_get_tx_tstamp_async_handler()