Home
last modified time | relevance | path

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

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