Searched refs:follow_up (Results 1 – 4 of 4) sorted by relevance
112 struct net_pkt *follow_up; in gptp_pdelay_response_timestamp_callback() local125 follow_up = gptp_prepare_pdelay_follow_up(port, pkt); in gptp_pdelay_response_timestamp_callback()126 if (!follow_up) { in gptp_pdelay_response_timestamp_callback()135 gptp_send_pdelay_follow_up(port, follow_up, in gptp_pdelay_response_timestamp_callback()409 struct gptp_pdelay_resp_follow_up *follow_up; in gptp_prepare_pdelay_follow_up() local426 follow_up = GPTP_PDELAY_RESP_FOLLOWUP(pkt); in gptp_prepare_pdelay_follow_up()457 follow_up->resp_orig_ts_secs_high = 0U; in gptp_prepare_pdelay_follow_up()458 follow_up->resp_orig_ts_secs_low = 0U; in gptp_prepare_pdelay_follow_up()459 follow_up->resp_orig_ts_nsecs = 0U; in gptp_prepare_pdelay_follow_up()461 memcpy(&follow_up->requesting_port_id, in gptp_prepare_pdelay_follow_up()[all …]
119 suffix = msg->follow_up.suffix; in msg_suffix()331 msg_timestamp_pre_send(&msg->follow_up.precise_origin_timestamp); in ptp_msg_pre_send()401 msg_timestamp_post_recv(msg, &msg->follow_up.precise_origin_timestamp); in ptp_msg_post_recv()
266 struct ptp_follow_up_msg follow_up; member
235 resp->follow_up.precise_origin_timestamp.seconds_high = pkt->timestamp._sec.high; in port_sync_timestamp_cb()236 resp->follow_up.precise_origin_timestamp.seconds_low = pkt->timestamp._sec.low; in port_sync_timestamp_cb()237 resp->follow_up.precise_origin_timestamp.nanoseconds = pkt->timestamp.nanosecond; in port_sync_timestamp_cb()