Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_md.c37 struct gptp_follow_up *fup; in gptp_md_follow_up_prepare() local
42 fup = GPTP_FOLLOW_UP(pkt); in gptp_md_follow_up_prepare()
60 fup->prec_orig_ts_secs_high = htons(sync_ts->_sec.high); in gptp_md_follow_up_prepare()
61 fup->prec_orig_ts_secs_low = htonl(sync_ts->_sec.low); in gptp_md_follow_up_prepare()
62 fup->prec_orig_ts_nsecs = htonl(sync_ts->nanosecond); in gptp_md_follow_up_prepare()
72 fup->prec_orig_ts_secs_high = in gptp_md_follow_up_prepare()
74 fup->prec_orig_ts_secs_low = htonl(sync_send->precise_orig_ts._sec.low); in gptp_md_follow_up_prepare()
75 fup->prec_orig_ts_nsecs = htonl(sync_send->precise_orig_ts.nanosecond); in gptp_md_follow_up_prepare()
93 fup->tlv_hdr.type = htons(GPTP_TLV_ORGANIZATION_EXT); in gptp_md_follow_up_prepare()
94 fup->tlv_hdr.len = htons(sizeof(struct gptp_follow_up_tlv)); in gptp_md_follow_up_prepare()
[all …]
Dgptp_messages.c241 struct gptp_follow_up *fup; in gptp_prepare_follow_up() local
259 fup = GPTP_FOLLOW_UP(pkt); in gptp_prepare_follow_up()