Searched refs:hw_tc (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_ptp.c | 196 ns = timecounter_read(&adapter->hw_tc); in ixgbe_ptp_setup_sdp_X540() 197 clock_edge = adapter->hw_tc.cycle_last; in ixgbe_ptp_setup_sdp_X540() 279 ns = timecounter_read(&adapter->hw_tc); in ixgbe_ptp_setup_sdp_X550() 280 clock_edge = adapter->hw_tc.cycle_last; in ixgbe_ptp_setup_sdp_X550() 430 ns = timecounter_cyc2time(&adapter->hw_tc, timestamp); in ixgbe_ptp_convert_to_hwtstamp() 538 timecounter_adjtime(&adapter->hw_tc, delta); in ixgbe_ptp_adjtime() 592 ns = timecounter_cyc2time(&adapter->hw_tc, stamp); in ixgbe_ptp_gettimex() 619 timecounter_init(&adapter->hw_tc, &adapter->hw_cc, ns); in ixgbe_ptp_settime() 707 timecounter_read(&adapter->hw_tc); in ixgbe_ptp_overflow_check() 1354 timecounter_init(&adapter->hw_tc, in ixgbe_ptp_reset() [all...] |
H A D | ixgbe.h | 734 struct timecounter hw_tc; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_ptp.c | 199 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() 528 timecounter_adjtime(&adapter->hw_tc, delta); in ixgbe_ptp_adjtime() 582 ns = timecounter_cyc2time(&adapter->hw_tc, stamp); in ixgbe_ptp_gettimex() 609 timecounter_init(&adapter->hw_tc, &adapter->hw_cc, ns); in ixgbe_ptp_settime() 697 timecounter_read(&adapter->hw_tc); in ixgbe_ptp_overflow_check() 1341 timecounter_init(&adapter->hw_tc, in ixgbe_ptp_reset() [all...] |
H A D | ixgbe.h | 777 struct timecounter hw_tc; member
|
Completed in 9 milliseconds