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.c1831 phc->expire_timeout_usec = (get_feat_resp.u.phc.expire_timeout_usec) ? in ena_com_phc_config()
1832 get_feat_resp.u.phc.expire_timeout_usec : in ena_com_phc_config()
1841 if (phc->expire_timeout_usec > phc->block_timeout_usec) in ena_com_phc_config()
1842 phc->expire_timeout_usec = phc->block_timeout_usec; in ena_com_phc_config()
1938 expire_time = ENA_GET_SYSTEM_TIMEOUT_HIGH_RES(start_time, phc->expire_timeout_usec); in ena_com_phc_get()
H A Dena_com.h308 u32 expire_timeout_usec; member
/freebsd/sys/contrib/ena-com/ena_defs/
H A Dena_admin_defs.h1098 uint32_t expire_timeout_usec; member