Home
last modified time | relevance | path

Searched refs:CacheStatus (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/s32/drivers/s32k3/Eth_GMAC/src/
DGmac_Ip.c1525 Std_ReturnType CacheStatus = E_NOT_OK; in Gmac_Ip_SendFrame() local
1571CacheStatus = Cache_Ip_CleanByAddr(CacheType, CACHE_IP_DATA, TRUE,(uint32) Buff->Data, Buff->Lengt… in Gmac_Ip_SendFrame()
1573 if (E_NOT_OK == CacheStatus) in Gmac_Ip_SendFrame()
1608 Std_ReturnType CacheStatus = E_NOT_OK; in Gmac_Ip_SendMultiBufferFrame() local
1671CacheStatus = Cache_Ip_CleanByAddr(CacheType, CACHE_IP_DATA, TRUE,(uint32)Buffers[i].Data, (uint32… in Gmac_Ip_SendMultiBufferFrame()
1672 if (E_NOT_OK == CacheStatus) in Gmac_Ip_SendMultiBufferFrame()
1680 if (E_NOT_OK == CacheStatus) in Gmac_Ip_SendMultiBufferFrame()
1731 Std_ReturnType CacheStatus = E_NOT_OK; in Gmac_Ip_ReadFrame() local
1755CacheStatus = Cache_Ip_InvalidateByAddr(CacheType, CACHE_IP_DATA, (uint32)Bd->Info0, Bd->Info1 & … in Gmac_Ip_ReadFrame()
1756 if (E_NOT_OK == CacheStatus) in Gmac_Ip_ReadFrame()
/hal_nxp-latest/s32/drivers/s32ze/Eth_NETC/src/
DNetc_Eth_Ip.c6237 Std_ReturnType CacheStatus = E_NOT_OK; local
6326 CacheStatus = Cache_Ip_Clean(CacheType, CACHE_IP_DATA, TRUE);
6327 if (E_NOT_OK == CacheStatus)
6361 Std_ReturnType CacheStatus = E_NOT_OK; local
6485 CacheStatus = Cache_Ip_Clean(CacheType, CACHE_IP_DATA, TRUE);
6486 if (E_NOT_OK == CacheStatus)
7355 Std_ReturnType CacheStatus = E_NOT_OK; local
7416 CacheStatus = Cache_Ip_Invalidate(CacheType, CACHE_IP_DATA);
7417 if (E_NOT_OK == CacheStatus)