Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32k3/Eth_GMAC/src/
DGmac_Ip.c420 Gmac_Ip_StatusType Status = GMAC_STATUS_TIMEOUT; in Gmac_Ip_InitDMA()
553 Gmac_Ip_StatusType Status = GMAC_STATUS_TIMEOUT; in Gmac_Ip_WriteGateControlList()
595 u8ErrorNum = ((GMAC_STATUS_TIMEOUT == Status) ? ((uint8)1U) : ((uint8)0U)); in Gmac_Ip_WriteGateControlList()
1015 return ((TimeoutOccurred == TRUE)? (GMAC_STATUS_TIMEOUT) : (GMAC_STATUS_SUCCESS)); in Gmac_Ip_CheckMTLEmpty()
1225 …Status = ((ErrorCnt > 0U) ? ((Gmac_Ip_StatusType)GMAC_STATUS_TIMEOUT) : ((Gmac_Ip_StatusType)GMAC_… in Gmac_Ip_TxTimeAwareShaperInit()
2695 Gmac_Ip_StatusType Status = GMAC_STATUS_TIMEOUT; in Gmac_Ip_SetTxOuterVlanTagForInsertion()
2884 Gmac_Ip_StatusType Status = GMAC_STATUS_TIMEOUT; in Gmac_Ip_AddVlanTagToRxFilter()
2964 Gmac_Ip_StatusType Status = GMAC_STATUS_TIMEOUT; in Gmac_Ip_ClearVlanTagRxFilter()
3106 Gmac_Ip_StatusType Status = GMAC_STATUS_TIMEOUT; in Gmac_Ip_SetSysTimeCorr()
3165 Gmac_Ip_StatusType Status = GMAC_STATUS_TIMEOUT; in Gmac_Ip_SetRateRatioCorr()
DGmac_Ip_Hw_Access.c337 Gmac_Ip_StatusType Status = GMAC_STATUS_TIMEOUT; in GMAC_WriteManagementFrame()
1018 Gmac_Ip_StatusType Status = GMAC_STATUS_TIMEOUT; in GMAC_ReadVlanTagRxFilter()
/hal_nxp-3.6.0/s32/drivers/s32k3/Eth_GMAC/include/
DGmac_Ip_Types.h89 GMAC_STATUS_TIMEOUT = 0x003U, /*!< Generic operation timeout status */ enumerator