Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ptp.c199 ns = timecounter_read(&adapter->hw_tc); in ixgbe_ptp_setup_sdp_X540()
200 clock_edge = adapter->hw_tc.cycle_last; in ixgbe_ptp_setup_sdp_X540()
282 ns = timecounter_read(&adapter->hw_tc); in ixgbe_ptp_setup_sdp_X550()
283 clock_edge = adapter->hw_tc.cycle_last; in ixgbe_ptp_setup_sdp_X550()
433 ns = timecounter_cyc2time(&adapter->hw_tc, timestamp); in ixgbe_ptp_convert_to_hwtstamp()
544 timecounter_adjtime(&adapter->hw_tc, delta); in ixgbe_ptp_adjtime()
598 ns = timecounter_cyc2time(&adapter->hw_tc, stamp); in ixgbe_ptp_gettimex()
625 timecounter_init(&adapter->hw_tc, &adapter->hw_cc, ns); in ixgbe_ptp_settime()
713 timecounter_read(&adapter->hw_tc); in ixgbe_ptp_overflow_check()
1355 timecounter_init(&adapter->hw_tc, &adapter->hw_cc, in ixgbe_ptp_reset()
Dixgbe.h770 struct timecounter hw_tc; member