Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/subsys/net/l2/ethernet/gptp/
Dgptp_messages.c29 struct gptp_hdr *hdr = GPTP_HDR(pkt); \
95 hdr = GPTP_HDR(pkt); in gptp_sync_timestamp_callback()
121 hdr = GPTP_HDR(pkt); in gptp_pdelay_response_timestamp_callback()
205 hdr = GPTP_HDR(pkt); in gptp_prepare_sync()
257 hdr = GPTP_HDR(pkt); in gptp_prepare_follow_up()
258 sync_hdr = GPTP_HDR(sync); in gptp_prepare_follow_up()
310 hdr = GPTP_HDR(pkt); in gptp_prepare_pdelay_req()
366 hdr = GPTP_HDR(pkt); in gptp_prepare_pdelay_resp()
368 query = GPTP_HDR(req); in gptp_prepare_pdelay_resp()
427 hdr = GPTP_HDR(pkt); in gptp_prepare_pdelay_follow_up()
[all …]
Dgptp_messages.h26 #define GPTP_HDR(pkt) gptp_get_hdr(pkt) macro
49 ((long)GPTP_HDR(pkt) - (long)NET_ETH_HDR(pkt))
321 return (uint8_t *)GPTP_HDR(pkt) + sizeof(struct gptp_hdr); in gptp_data()
Dgptp_md.c21 hdr = GPTP_HDR(pkt); in gptp_md_sync_prepare()
38 hdr = GPTP_HDR(pkt); in gptp_md_follow_up_prepare()
113 sync_hdr = GPTP_HDR(state->rcvd_sync_ptr); in gptp_set_md_sync_receive()
114 fup_hdr = GPTP_HDR(state->rcvd_follow_up_ptr); in gptp_set_md_sync_receive()
238 hdr = GPTP_HDR(pkt); in gptp_md_compute_pdelay_rate_ratio()
310 hdr = GPTP_HDR(pkt); in gptp_md_compute_prop_time()
322 hdr = GPTP_HDR(pkt); in gptp_md_compute_prop_time()
386 hdr = GPTP_HDR(pkt); in gptp_md_pdelay_compute()
Dgptp.c94 struct gptp_hdr *hdr = GPTP_HDR(pkt); in gptp_handle_critical_msg()
134 struct gptp_hdr *hdr = GPTP_HDR(pkt); in gptp_handle_msg()
327 struct gptp_hdr *hdr = GPTP_HDR(pkt); in net_gptp_recv()
Dgptp_mi.c1225 hdr = GPTP_HDR(announce_msg); in gptp_mi_qualify_announce()
1311 hdr = GPTP_HDR(pkt); in compare_priority_vectors()
1381 hdr = GPTP_HDR(bmca_data->rcvd_announce_ptr); in record_other_announce_info()
1399 hdr = GPTP_HDR(pkt); in copy_priority_vector()
1539 hdr = GPTP_HDR(bmca_data->rcvd_announce_ptr); in gptp_mi_port_announce_information_state_machine()