Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ptp.c402 u64 nsec_now, nsec_delta; in bnxt_get_target_cycles() local
412 nsec_now = timecounter_cyc2time(&ptp->tc, cycles_now); in bnxt_get_target_cycles()
415 nsec_delta = target_ns - nsec_now; in bnxt_get_target_cycles()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dclock.c594 u64 nsec_now, nsec_delta; in find_target_cycles() local
602 nsec_now = timecounter_cyc2time(&timer->tc, cycles_now); in find_target_cycles()
603 nsec_delta = target_ns - nsec_now; in find_target_cycles()