/Zephyr-latest/subsys/net/lib/ptp/ |
D | msg.c | 128 suffix = msg->announce.suffix; in msg_suffix() 342 msg->announce.current_utc_offset = htons(msg->announce.current_utc_offset); in ptp_msg_pre_send() 343 msg->announce.gm_clk_quality.offset_scaled_log_variance = in ptp_msg_pre_send() 344 htons(msg->announce.gm_clk_quality.offset_scaled_log_variance); in ptp_msg_pre_send() 345 msg->announce.steps_rm = htons(msg->announce.steps_rm); in ptp_msg_pre_send() 416 msg_timestamp_post_recv(msg, &msg->announce.origin_timestamp); in ptp_msg_post_recv() 417 msg->announce.current_utc_offset = ntohs(msg->announce.current_utc_offset); in ptp_msg_post_recv() 418 msg->announce.gm_clk_quality.offset_scaled_log_variance = in ptp_msg_post_recv() 419 ntohs(msg->announce.gm_clk_quality.offset_scaled_log_variance); in ptp_msg_post_recv() 420 msg->announce.steps_rm = ntohs(msg->announce.steps_rm); in ptp_msg_post_recv()
|
D | port.h | 53 struct k_timer announce; member 62 uint16_t announce; member
|
D | port.c | 267 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 …]
|
D | clock.c | 212 &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()
|
D | ptp.c | 28 offsetof(struct ptp_port, timers.announce), in ptp_thread()
|
D | msg.h | 260 struct ptp_announce_msg announce; member
|
D | Kconfig | 189 int "Number of announce intervals to wait" 193 Defines the number of announce intervals to wait without receiving
|
/Zephyr-latest/subsys/net/l2/ethernet/gptp/ |
D | gptp_mi.c | 1209 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 …]
|
D | Kconfig | 146 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-latest/doc/kernel/services/timing/ |
D | clocks.rst | 171 * 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-latest/drivers/wifi/nrf_wifi/src/ |
D | wifi_mgmt.c | 416 twt_zep->announce = twt_rpu->twt_flow_type == NRF_WIFI_TWT_FLOW_TYPE_ANNOUNCED; in nrf_wifi_event_proc_get_power_save_info() 558 if (twt_params->setup.announce) { in nrf_wifi_set_twt() 638 twt_params.setup.announce = in nrf_wifi_event_proc_twt_setup_zep()
|
/Zephyr-latest/include/zephyr/net/ |
D | wifi_mgmt.h | 758 bool announce; member 830 bool announce; member
|
/Zephyr-latest/subsys/net/l2/wifi/ |
D | wifi_shell.c | 337 bool responder, bool implicit, bool announce, in print_twt_params() argument 354 announce ? "true" : "false"); in print_twt_params() 390 resp->setup.announce, in handle_wifi_twt_event() 1429 config.twt_flows[i].announce, in cmd_wifi_ps() 1550 params.setup.announce = 0; in cmd_wifi_twt_setup_quick() 1723 params->setup.announce = (bool)value; in twt_args_to_params()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-4.1.rst | 8 We are pleased to announce the release of Zephyr version 4.1.0.
|
D | release-notes-1.5.rst | 6 The Zephyr Engineering team is glad to announce the release of Zephyr Kernel
|
D | release-notes-1.8.rst | 6 We are pleased to announce the release of Zephyr kernel version 1.8.0.
|
D | release-notes-1.6.rst | 6 We are pleased to announce the release of Zephyr kernel version 1.6.0. This
|
D | release-notes-1.9.rst | 44 We are pleased to announce the release of Zephyr kernel version 1.9.0
|
D | release-notes-1.7.rst | 6 We are pleased to announce the release of Zephyr kernel version 1.7.0. This
|
D | release-notes-3.6.rst | 8 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.
|
D | release-notes-1.11.rst | 8 We are pleased to announce the release of Zephyr kernel version 1.11.0.
|
D | release-notes-1.10.rst | 8 We are pleased to announce the release of Zephyr kernel version 1.10.0.
|
/Zephyr-latest/doc/project/ |
D | release_process.rst | 472 #. Send an email to the mailing lists (``announce`` and ``devel``) 517 #. Send an email to the mailing lists (``announce`` and ``devel``) with a link
|
/Zephyr-latest/drivers/wifi/nxp/ |
D | nxp_wifi_drv.c | 1505 twt_setup_conf.announced = params->setup.announce; in nxp_wifi_set_twt()
|
/Zephyr-latest/doc/develop/test/ |
D | twister.rst | 443 A board or platform can announce what features it supports, this option 577 for handling generic Console with regex matching. Config can announce
|