Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/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-3.6.0/s32/drivers/s32ze/Eth_NETC/src/
DNetc_Eth_Ip.c3434 Std_ReturnType CacheStatus = E_NOT_OK; local
3556 CacheStatus = Cache_Ip_Clean(CacheType, CACHE_IP_DATA, TRUE);
3557 if (E_NOT_OK == CacheStatus)
3592 Std_ReturnType CacheStatus = E_NOT_OK; local
3711 CacheStatus = Cache_Ip_Clean(CacheType, CACHE_IP_DATA, TRUE);
3712 if (E_NOT_OK == CacheStatus)
4065 Std_ReturnType CacheStatus = E_NOT_OK; local
4114 CacheStatus = Cache_Ip_Invalidate(CacheType, CACHE_IP_DATA);
4115 if (E_NOT_OK == CacheStatus)