On 10/26/2023 3:59 AM, Karol Kolacinski wrote:
> -/**
> - * ice_ptp_flush_all_tx_tracker - Flush all timestamp trackers on this clock
> - * @pf: Board private structure
> - *
> - * Called by the clock owner to flush all the Tx timestamp trackers
> associated
> - * with the clock.
> - */
> -static void
> -ice_ptp_flush_all_tx_tracker(struct ice_pf *pf)
> -{
> - struct ice_ptp_port *port;
> -
> - list_for_each_entry(port, &pf->ptp.ports_owner.ports, list_member)
> - ice_ptp_flush_tx_tracker(ptp_port_to_pf(port), &port->tx);
> -}
> -
I think the removal of ice_ptp_flush_all_tx_tracker is likely an
accident possibly due to a merge conflict?
_______________________________________________
Intel-wired-lan mailing list
[email protected]
https://lists.osuosl.org/mailman/listinfo/intel-wired-lan