Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ena-com/
H A Dena_com.c1857 phc->expire_timeout_usec = (get_feat_resp.u.phc.expire_timeout_usec) ? in ena_com_phc_config()
1858 get_feat_resp.u.phc.expire_timeout_usec : in ena_com_phc_config()
1867 if (phc->expire_timeout_usec > phc->block_timeout_usec) in ena_com_phc_config()
1868 phc->expire_timeout_usec = phc->block_timeout_usec; in ena_com_phc_config()
1967 expire_time = ENA_GET_SYSTEM_TIMEOUT_HIGH_RES(phc->system_time, phc->expire_timeout_usec); in ena_com_phc_get_timestamp()
H A Dena_com.h321 u32 expire_timeout_usec; member
/freebsd/sys/contrib/ena-com/ena_defs/
H A Dena_admin_defs.h1118 uint32_t expire_timeout_usec; member