Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp.c2236 u64 hh_ts; in ice_ptp_get_syncdevicetime() local
2242 hh_ts = ((u64)hh_ts_hi << 32) | hh_ts_lo; in ice_ptp_get_syncdevicetime()
2243 system->cycles = hh_ts; in ice_ptp_get_syncdevicetime()
2248 hh_ts = ((u64)hh_ts_hi << 32) | hh_ts_lo; in ice_ptp_get_syncdevicetime()
2249 *device = ns_to_ktime(hh_ts); in ice_ptp_get_syncdevicetime()