Searched refs:eRetVal (Results 1 – 1 of 1) sorted by relevance
1681 Canexcel_Ip_StatusType eRetVal = CANEXCEL_STATUS_ERROR; in Canexcel_Ip_MainFunctionBusOff() local1690 eRetVal = CANEXCEL_STATUS_SUCCESS; in Canexcel_Ip_MainFunctionBusOff()1697 eRetVal = Canexcel_GetControllerMRU(instance, &u32StatusError, CANXL_MRU_CMD_LAST_ST); in Canexcel_Ip_MainFunctionBusOff()1698 if (CANEXCEL_STATUS_SUCCESS == eRetVal) in Canexcel_Ip_MainFunctionBusOff()1704 return eRetVal; in Canexcel_Ip_MainFunctionBusOff()1728 Canexcel_Ip_StatusType eRetVal = CANEXCEL_STATUS_ERROR; in Canexcel_Ip_ManualBusOffRecovery() local1734 eRetVal = Canexcel_GetControllerMRU(instance, &u32AckVal, CANXL_MRU_CMD_BUSOFF); in Canexcel_Ip_ManualBusOffRecovery()1735 if ((CANEXCEL_STATUS_SUCCESS == eRetVal) && (u32AckVal != CANXL_MRU_CMD_BUSOFF)) in Canexcel_Ip_ManualBusOffRecovery()1737 eRetVal = CANEXCEL_STATUS_ERROR; in Canexcel_Ip_ManualBusOffRecovery()1740 return eRetVal; in Canexcel_Ip_ManualBusOffRecovery()