Searched refs:TimeExpired (Results 1 – 1 of 1) sorted by relevance
2744 boolean TimeExpired; in Netc_EthSwt_Ip_ConfigPortTimeGateScheduling() local2756 TimeExpired = Netc_EthSwt_Ip_TimeoutExpired(&StartTime, &ElapsedTime, TimeoutTicks); in Netc_EthSwt_Ip_ConfigPortTimeGateScheduling()2757 } while ((GateControlListState != 0x0U) && (FALSE == TimeExpired)); in Netc_EthSwt_Ip_ConfigPortTimeGateScheduling()3674 boolean TimeExpired; in Netc_EthSwt_Ip_SendCommand() local3733 TimeExpired = Netc_EthSwt_Ip_TimeoutExpired(&StartTime, &ElapsedTime, TimeoutTicks); in Netc_EthSwt_Ip_SendCommand()3734 …} while ((rrBit != 0x1U) && (FALSE == TimeExpired)); /* wait the hardware consume the comma… in Netc_EthSwt_Ip_SendCommand()