Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/ptp/
Dport.c471 struct ptp_msg *last = port->last_sync_fup; in port_sync_fup_ooo_handle()
479 port->last_sync_fup = msg; in port_sync_fup_ooo_handle()
494 ptp_msg_unref(port->last_sync_fup); in port_sync_fup_ooo_handle()
495 port->last_sync_fup = NULL; in port_sync_fup_ooo_handle()
506 ptp_msg_unref(port->last_sync_fup); in port_sync_fup_ooo_handle()
507 port->last_sync_fup = NULL; in port_sync_fup_ooo_handle()
509 ptp_msg_unref(port->last_sync_fup); in port_sync_fup_ooo_handle()
510 port->last_sync_fup = msg; in port_sync_fup_ooo_handle()
583 if (port->last_sync_fup) { in port_sync_msg_process()
584 ptp_msg_unref(port->last_sync_fup); in port_sync_msg_process()
[all …]
Dport.h78 struct ptp_msg *last_sync_fup; member