Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ena-com/
H A Dena_plat.h222 #define ENA_GET_SYSTEM_TIMEOUT_HIGH_RES(current_time, timeout_us) \ macro
H A Dena_com.c1942 block_time = ENA_GET_SYSTEM_TIMEOUT_HIGH_RES(phc->system_time, in ena_com_phc_get_timestamp()
1966 block_time = ENA_GET_SYSTEM_TIMEOUT_HIGH_RES(phc->system_time, phc->block_timeout_usec); in ena_com_phc_get_timestamp()
1967 expire_time = ENA_GET_SYSTEM_TIMEOUT_HIGH_RES(phc->system_time, phc->expire_timeout_usec); in ena_com_phc_get_timestamp()