Searched refs:hw_tc (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_ptp.c | 200 ns = timecounter_read(&adapter->hw_tc); in ixgbe_ptp_setup_sdp_X540() 201 clock_edge = adapter->hw_tc.cycle_last; in ixgbe_ptp_setup_sdp_X540() 283 ns = timecounter_read(&adapter->hw_tc); in ixgbe_ptp_setup_sdp_X550() 284 clock_edge = adapter->hw_tc.cycle_last; in ixgbe_ptp_setup_sdp_X550() 435 ns = timecounter_cyc2time(&adapter->hw_tc, timestamp); in ixgbe_ptp_convert_to_hwtstamp() 532 timecounter_adjtime(&adapter->hw_tc, delta); in ixgbe_ptp_adjtime() 587 ns = timecounter_cyc2time(&adapter->hw_tc, stamp); in ixgbe_ptp_gettimex() 614 timecounter_init(&adapter->hw_tc, &adapter->hw_cc, ns); in ixgbe_ptp_settime() 702 timecounter_read(&adapter->hw_tc); in ixgbe_ptp_overflow_check() 1349 timecounter_init(&adapter->hw_tc, in ixgbe_ptp_reset() [all...] |
H A D | ixgbe.h | 800 struct timecounter hw_tc; member
|
/linux/drivers/net/ethernet/wangxun/libwx/ |
H A D | wx_ptp.c | 41 ns = timecounter_cyc2time(&wx->hw_tc, timestamp); in wx_ptp_timecounter_cyc2time() 90 timecounter_adjtime(&wx->hw_tc, delta); in wx_ptp_adjtime() 123 timecounter_init(&wx->hw_tc, &wx->hw_cc, ns); in wx_ptp_settime64() 242 timecounter_read(&wx->hw_tc); in wx_ptp_overflow_check() 344 ns = timecounter_read(&wx->hw_tc); in wx_ptp_trigger_calc() 345 wx->pps_edge_start = wx->hw_tc.cycle_last; in wx_ptp_trigger_calc() 764 timecounter_init(&wx->hw_tc, &wx->hw_cc, in wx_ptp_reset()
|
/linux/Documentation/networking/ |
H A D | tc-queue-filters.rst | 26 the 'hw_tc' option. 27 hw_tc $TCID - Specify a hardware traffic class to pass matching
|