Searched refs:u32TimeoutValue (Results 1 – 2 of 2) sorted by relevance
330 Base->TO = ConfigPtr->u32TimeoutValue; in Swt_Ip_RegisterConfig()344 static Swt_Ip_StatusType Swt_Ip_CheckTimeout(uint32 u32TimeoutValue, uint32 u32WindowValue) in Swt_Ip_CheckTimeout() argument349 if (u32TimeoutValue < SWT_MIN_VALUE_TIMEOUT_U32) in Swt_Ip_CheckTimeout()354 if ((u32WindowValue != 0U) && (u32TimeoutValue <= u32WindowValue)) in Swt_Ip_CheckTimeout()452 Ret = Swt_Ip_CheckTimeout(ConfigPtr->u32TimeoutValue, ConfigPtr->u32WindowValue); in Swt_Ip_Init()600 Ret = Swt_Ip_CheckTimeout(ConfigPtr->u32TimeoutValue, ConfigPtr->u32WindowValue); in Swt_Ip_Config()
132 uint32 u32TimeoutValue; member