Lines Matching refs:tlv

95 	fup->tlv.org_id[0] = GPTP_FUP_TLV_ORG_ID_BYTE_0;  in gptp_md_follow_up_prepare()
96 fup->tlv.org_id[1] = GPTP_FUP_TLV_ORG_ID_BYTE_1; in gptp_md_follow_up_prepare()
97 fup->tlv.org_id[2] = GPTP_FUP_TLV_ORG_ID_BYTE_2; in gptp_md_follow_up_prepare()
98 fup->tlv.org_sub_type[0] = 0U; in gptp_md_follow_up_prepare()
99 fup->tlv.org_sub_type[1] = 0U; in gptp_md_follow_up_prepare()
100 fup->tlv.org_sub_type[2] = GPTP_FUP_TLV_ORG_SUB_TYPE; in gptp_md_follow_up_prepare()
102 fup->tlv.cumulative_scaled_rate_offset = in gptp_md_follow_up_prepare()
104 fup->tlv.cumulative_scaled_rate_offset = in gptp_md_follow_up_prepare()
105 ntohl(fup->tlv.cumulative_scaled_rate_offset); in gptp_md_follow_up_prepare()
106 fup->tlv.gm_time_base_indicator = in gptp_md_follow_up_prepare()
108 fup->tlv.last_gm_phase_change.high = in gptp_md_follow_up_prepare()
110 fup->tlv.last_gm_phase_change.low = in gptp_md_follow_up_prepare()
112 fup->tlv.scaled_last_gm_freq_change = sync_send->last_gm_freq_change; in gptp_md_follow_up_prepare()
113 fup->tlv.scaled_last_gm_freq_change = in gptp_md_follow_up_prepare()
114 ntohl(fup->tlv.scaled_last_gm_freq_change); in gptp_md_follow_up_prepare()
165 sync_rcv->rate_ratio = ntohl(fup->tlv.cumulative_scaled_rate_offset); in gptp_set_md_sync_receive()
170 ntohs(fup->tlv.gm_time_base_indicator); in gptp_set_md_sync_receive()
172 ntohl(fup->tlv.last_gm_phase_change.high); in gptp_set_md_sync_receive()
174 ntohll(fup->tlv.last_gm_phase_change.low); in gptp_set_md_sync_receive()
176 ntohl(fup->tlv.scaled_last_gm_freq_change); in gptp_set_md_sync_receive()