Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/igc/
Digc_ptp.c827 ktime_t t1, t2_curr; in igc_phc_get_syncdevicetime() local
893 t2_curr = ((s64)t2_curr_h << 32 | t2_curr_l); in igc_phc_get_syncdevicetime()
896 *system = igc_device_tstamp_to_system(t2_curr); in igc_phc_get_syncdevicetime()