Lines Matching refs:last_sync_fup
471 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()
585 port->last_sync_fup = NULL; in port_sync_msg_process()
1026 port->last_sync_fup = NULL; in ptp_port_init()
1174 if (port->last_sync_fup) { in ptp_port_event_handle()
1175 ptp_msg_unref(port->last_sync_fup); in ptp_port_event_handle()
1176 port->last_sync_fup = NULL; in ptp_port_event_handle()