Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/qat/qat_common/
H A Dadf_clock.c67 u64 timestamp2 = 0; in measure_clock() local
100 if (adf_get_fw_timestamp(accel_dev, &timestamp2)) { in measure_clock()
127 temp = (timestamp2 - timestamp1) * ME_CLK_DIVIDER * 10 + (delta_us / 2); in measure_clock()