Home
last modified time | relevance | path

Searched refs:announce (Results 1 – 25 of 40) sorted by relevance

12

/Zephyr-Core-3.7.0/subsys/net/lib/ptp/
Dmsg.c128 suffix = msg->announce.suffix; in msg_suffix()
341 msg->announce.current_utc_offset = htons(msg->announce.current_utc_offset); in ptp_msg_pre_send()
342 msg->announce.gm_clk_quality.offset_scaled_log_variance = in ptp_msg_pre_send()
343 htons(msg->announce.gm_clk_quality.offset_scaled_log_variance); in ptp_msg_pre_send()
344 msg->announce.steps_rm = htons(msg->announce.steps_rm); in ptp_msg_pre_send()
415 msg_timestamp_post_recv(msg, &msg->announce.origin_timestamp); in ptp_msg_post_recv()
416 msg->announce.current_utc_offset = ntohs(msg->announce.current_utc_offset); in ptp_msg_post_recv()
417 msg->announce.gm_clk_quality.offset_scaled_log_variance = in ptp_msg_post_recv()
418 ntohs(msg->announce.gm_clk_quality.offset_scaled_log_variance); in ptp_msg_post_recv()
419 msg->announce.steps_rm = ntohs(msg->announce.steps_rm); in ptp_msg_post_recv()
Dport.h53 struct k_timer announce; member
62 uint16_t announce; member
Dport.c267 msg->header.sequence_id = port->seq_id.announce++; in port_announce_msg_transmit()
270 msg->announce.current_utc_offset = tpds->current_utc_offset; in port_announce_msg_transmit()
271 msg->announce.gm_priority1 = pds->gm_priority1; in port_announce_msg_transmit()
272 msg->announce.gm_clk_quality = pds->gm_clk_quality; in port_announce_msg_transmit()
273 msg->announce.gm_priority2 = pds->gm_priority2; in port_announce_msg_transmit()
274 msg->announce.gm_id = pds->gm_id; in port_announce_msg_transmit()
275 msg->announce.steps_rm = cds->steps_rm; in port_announce_msg_transmit()
276 msg->announce.time_src = tpds->time_src; in port_announce_msg_transmit()
370 if (timer == &port->timers.announce) { in port_timer_to_handler()
520 if (msg->announce.steps_rm >= dds->max_steps_rm) { in port_announce_msg_process()
[all …]
Dclock.c212 &best_msg->announce.gm_id, in clock_update_time_receiver()
213 sizeof(best_msg->announce.gm_id)); in clock_update_time_receiver()
217 ptp_clk.parent_ds.gm_clk_quality = best_msg->announce.gm_clk_quality; in clock_update_time_receiver()
218 ptp_clk.parent_ds.gm_priority1 = best_msg->announce.gm_priority1; in clock_update_time_receiver()
219 ptp_clk.parent_ds.gm_priority2 = best_msg->announce.gm_priority2; in clock_update_time_receiver()
221 ptp_clk.time_prop_ds.current_utc_offset = best_msg->announce.current_utc_offset; in clock_update_time_receiver()
Dptp.c28 offsetof(struct ptp_port, timers.announce), in ptp_thread()
Dmsg.h260 struct ptp_announce_msg announce; member
DKconfig189 int "Number of announce intervals to wait"
193 Defines the number of announce intervals to wait without receiving
/Zephyr-Core-3.7.0/subsys/net/l2/ethernet/gptp/
Dgptp_mi.c1209 static void copy_path_trace(struct gptp_announce *announce) in copy_path_trace() argument
1211 int len = ntohs(announce->tlv.len); in copy_path_trace()
1224 memcpy(sys_path_trace->path_sequence, announce->tlv.path_sequence, in copy_path_trace()
1234 struct gptp_announce *announce; in gptp_mi_qualify_announce() local
1240 announce = GPTP_ANNOUNCE(announce_msg); in gptp_mi_qualify_announce()
1247 len = ntohs(announce->steps_removed); in gptp_mi_qualify_announce()
1253 if (memcmp(announce->tlv.path_sequence[i], in gptp_mi_qualify_announce()
1261 copy_path_trace(announce); in gptp_mi_qualify_announce()
1322 struct gptp_announce *announce; in compare_priority_vectors() local
1326 announce = GPTP_ANNOUNCE(pkt); in compare_priority_vectors()
[all …]
DKconfig146 int "Set initial announce interval in Log2 base"
162 int "Number of announce intervals to wait"
165 Defines the number of announce intervals to wait without receiving
/Zephyr-Core-3.7.0/include/zephyr/net/
Dwifi_mgmt.h571 bool announce; member
619 bool announce; member
/Zephyr-Core-3.7.0/doc/releases/
Drelease-notes-4.0.rst8 We are pleased to announce the release of Zephyr version 4.0.0.
Drelease-notes-1.5.rst6 The Zephyr Engineering team is glad to announce the release of Zephyr Kernel
Drelease-notes-1.8.rst6 We are pleased to announce the release of Zephyr kernel version 1.8.0.
Drelease-notes-1.6.rst6 We are pleased to announce the release of Zephyr kernel version 1.6.0. This
Drelease-notes-1.9.rst44 We are pleased to announce the release of Zephyr kernel version 1.9.0
Drelease-notes-1.7.rst6 We are pleased to announce the release of Zephyr kernel version 1.7.0. This
Drelease-notes-3.6.rst8 We are pleased to announce the release of Zephyr version 3.6.0.
760 * GM PRIO root system id is now always used for announce messages.
Drelease-notes-1.11.rst8 We are pleased to announce the release of Zephyr kernel version 1.11.0.
Drelease-notes-1.10.rst8 We are pleased to announce the release of Zephyr kernel version 1.10.0.
Drelease-notes-1.13.rst8 We are pleased to announce the release of Zephyr kernel version 1.13.0.
Drelease-notes-2.1.rst8 We are pleased to announce the release of Zephyr kernel version 2.1.0.
/Zephyr-Core-3.7.0/doc/kernel/services/timing/
Dclocks.rst171 * The driver is expected to be able to "announce" new ticks to the
173 number of ticks that have elapsed since the last announce call (or
183 kernel must receive an announce call to trigger registered timeouts.
184 It is legal to announce new ticks before that moment (though they
234 zero if no ticks have elapsed. It should not "skip" the announce
/Zephyr-Core-3.7.0/subsys/net/l2/wifi/
Dwifi_shell.c265 bool responder, bool implicit, bool announce, in print_twt_params() argument
282 announce ? "true" : "false"); in print_twt_params()
318 resp->setup.announce, in handle_wifi_twt_event()
958 config.twt_flows[i].announce, in cmd_wifi_ps()
1075 params.setup.announce = 0; in cmd_wifi_twt_setup_quick()
1155 params.setup.announce = (bool)value; in cmd_wifi_twt_setup()
/Zephyr-Core-3.7.0/doc/project/
Drelease_process.rst462 #. Send an email to the mailing lists (``announce`` and ``devel``)
498 #. Send an email to the mailing lists (``announce`` and ``devel``) with a link
/Zephyr-Core-3.7.0/doc/develop/test/
Dtwister.rst387 A board or platform can announce what features it supports, this option
510 for handling generic Console with regex matching. Config can announce

12